Html Css Color HEX #1062DB Navy Blue

📋 copy color: '#1062DB'

red 16 ◦ green 98 ◦ blue 219

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

Shades of Navy Blue #1062DB

Tints of Navy Blue #1062DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 65.77%

R = 4.8%
G = 29.43%
B = 65.77%

CMYK

 C value IS 0.93

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1062DB (or 0x1062DB) is known color: Navy Blue. HEX triplet: 10, 62 and DB. RGB value is (16,98,219). Sum of RGB (Red+Green+Blue) = 16+98+219=333 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.80% from 333); Green value is 98 (38.67% from 255 or 29.43% from 333); Blue value is 219 (85.94% from 255 or 65.77% from 333); Max value from RGB is 219 - color contains mainly: blue. Hex color #1062DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1062DB is #EF9D24. Grayscale: #565656. Windows color (decimal): -15703333 or 14377488. OLE color: 14377488.

HSL color Cylindrical-coordinate representation of color #1062DB: hue angle of 215.76º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1062DB is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 16 98 219 -
CMYK 0.93 0.55 0 0.14
HSL 215.76º 0.86% 0.46% -
HSV(B) 215.76º 0.93% 0.86% -
XYZ 17.37 13.96 68.8 -
YUV 87.28 202.33 77.16 -
System Red Green Blue C M Y K H S L
Decimal 16 98 219 0.93 0.55 0 0.14 215.76 0.86 0.46
Hex 10 62 DB 5D 37 0 E D8 56 2E
Octal 20 142 333 135 67 0 16 330 126 56
Binary 10000 1100010 11011011 1011101 110111 0 1110 11011000 1010110 101110

Color Harmonies of #1062DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1062DB

Black with #1062DB

Text Example


Text Example

White with #1062DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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