Html Css Color HEX #0D026B Navy

📋 copy color: '#0D026B'

red 13 ◦ green 2 ◦ blue 107

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

Shades of Navy #0D026B

Tints of Navy #0D026B

RGB

 RED value IS 13 (5.47% from 255) = 10.66%

 GREEN value IS 2 (1.17% from 255) = 1.64%

 BLUE value IS 107 (42.19% from 255) = 87.7%

R = 10.66%
G = 1.64%
B = 87.7%

CMYK

 C value IS 0.88

 M value IS 0.98

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0D026B (or 0x0D026B) is known color: Navy. HEX triplet: 0D, 02 and 6B. RGB value is (13,2,107). Sum of RGB (Red+Green+Blue) = 13+2+107=122 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.66% from 122); Green value is 2 (1.17% from 255 or 1.64% from 122); Blue value is 107 (42.19% from 255 or 87.70% from 122); Max value from RGB is 107 - color contains mainly: blue. Hex color #0D026B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D026B is #F2FD94. Grayscale: #101010. Windows color (decimal): -15924629 or 7012877. OLE color: 7012877.

HSL color Cylindrical-coordinate representation of color #0D026B: hue angle of 246.29º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0D026B is Cyan = 0.88, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 13 2 107 -
CMYK 0.88 0.98 0 0.58
HSL 246.29º 0.96% 0.21% -
HSV(B) 246.29º 0.98% 0.42% -
XYZ 2.84 1.19 13.99 -
YUV 17.26 178.64 124.96 -
System Red Green Blue C M Y K H S L
Decimal 13 2 107 0.88 0.98 0 0.58 246.29 0.96 0.21
Hex D 2 6B 58 62 0 3A F6 60 15
Octal 15 2 153 130 142 0 72 366 140 25
Binary 1101 10 1101011 1011000 1100010 0 111010 11110110 1100000 10101

Color Harmonies of #0D026B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D026B

Black with #0D026B

Text Example


Text Example

White with #0D026B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D026B; }

 p { color: rgb(13,2,107); }

 H1.HeaderClassName
 {
   color: #0D026B;
 }
 .AnyTagClassName
 {
   color: #0D026B;
 }
</style>

background-color css

<style>
 a { background-color: #0D026B; }

 a { background-color: rgb(13,2,107); }

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

border-color css

<style>
 span { border-color: #0D026B; }

 span { border-color: rgb(13,2,107); }

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