#1784CF

Color #1784CF Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #1784CF

Tints of Navy Blue #1784CF

Color information

#1784CF (or 0x1784CF) is unknown color: approx Navy Blue. HEX triplet: 17, 84 and CF. RGB value is (23,132,207). Sum of RGB (Red+Green+Blue) = 23+132+207=362 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.35% from 362); Green value is 132 (51.95% from 255 or 36.46% from 362); Blue value is 207 (81.25% from 255 or 57.18% from 362); Max value from RGB is 207 - color contains mainly: blue. Hex color #1784CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1784CF is #E87B30. Grayscale: #6B6B6B. Windows color (decimal): -15235889 or 13599767. OLE color: 13599767.

HSL color Cylindrical-coordinate representation of color #1784CF: hue angle of 204.46º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1784CF is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB23132207-
CMYK0.890.3600.19
HSL204.46º80%45.1%-
HSV(B)204.46º88.89%81.18%-
XYZ19.8721.1962.07-
YUV107.96183.8967.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 23 (9.38% from 255) = 6.35%
GREEN value IS 132 (51.95% from 255) = 36.46%
BLUE value IS 207 (81.25% from 255) = 57.18%
R=6.35%
G=36.46%
B=57.18%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal231322070.890.3600.19204.468045.1
Hex1784CF5924013cc502d
Octal272043171314402331412055
Binary1011110000100110011111011001100100010011110011001010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1784CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1784CF; }

 p { color: rgb(23,132,207); }

 H1.HeaderClassName
 {
   color: #1784CF;
 }
 .AnyTagClassName
 {
   color: #1784CF;
 }
</style>
background-color css

<style>
 a { background-color: #1784CF; }

 a { background-color: rgb(23,132,207); }

 div.DivClassName
 {
   background-color: #1784CF;
 }
 .BgClassName
 {
   background-color: #1784CF;
 }
</style>
border-color css

<style>
 span { border-color: #1784CF; }

 span { border-color: rgb(23,132,207); }

 td.TdClassName
 {
   border-color: #1784CF;
 }
 .TagClassName
 {
   border-color: #1784CF;
 }
</style>