Html Css Color HEX #1062DF Navy Blue

📋 copy color: '#1062DF'

red 16 ◦ green 98 ◦ blue 223

#1062DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #1062DF

Tints of Navy Blue #1062DF

RGB

 RED value IS 16 (6.64% from 255) = 4.75%

 GREEN value IS 98 (38.67% from 255) = 29.08%

 BLUE value IS 223 (87.5% from 255) = 66.17%

R = 4.75%
G = 29.08%
B = 66.17%

CMYK

 C value IS 0.93

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1062DF (or 0x1062DF) is known color: Navy Blue. HEX triplet: 10, 62 and DF. RGB value is (16,98,223). Sum of RGB (Red+Green+Blue) = 16+98+223=337 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.75% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 223 (87.5% from 255 or 66.17% from 337); Max value from RGB is 223 - color contains mainly: blue. Hex color #1062DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1062DF is #EF9D20. Grayscale: #575757. Windows color (decimal): -15703329 or 14639632. OLE color: 14639632.

HSL color Cylindrical-coordinate representation of color #1062DF: hue angle of 216.23º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1062DF is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 16 98 223 -
CMYK 0.93 0.56 0 0.13
HSL 216.23º 0.87% 0.47% -
HSV(B) 216.23º 0.93% 0.87% -
XYZ 17.9 14.17 71.6 -
YUV 87.73 204.33 76.84 -
System Red Green Blue C M Y K H S L
Decimal 16 98 223 0.93 0.56 0 0.13 216.23 0.87 0.47
Hex 10 62 DF 5D 38 0 D D8 57 2F
Octal 20 142 337 135 70 0 15 330 127 57
Binary 10000 1100010 11011111 1011101 111000 0 1101 11011000 1010111 101111

Color Harmonies of #1062DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1062DF

Black with #1062DF

Text Example


Text Example

White with #1062DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1062DF; }

 p { color: rgb(16,98,223); }

 H1.HeaderClassName
 {
   color: #1062DF;
 }
 .AnyTagClassName
 {
   color: #1062DF;
 }
</style>

background-color css

<style>
 a { background-color: #1062DF; }

 a { background-color: rgb(16,98,223); }

 div.DivClassName
 {
   background-color: #1062DF;
 }
 .BgClassName
 {
   background-color: #1062DF;
 }
</style>

border-color css

<style>
 span { border-color: #1062DF; }

 span { border-color: rgb(16,98,223); }

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