Html Css Color HEX #0D027E Navy

📋 copy color: '#0D027E'

red 13 ◦ green 2 ◦ blue 126

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

Shades of Navy #0D027E

Tints of Navy #0D027E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 89.36%

R = 9.22%
G = 1.42%
B = 89.36%

CMYK

 C value IS 0.90

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0D027E (or 0x0D027E) is known color: Navy. HEX triplet: 0D, 02 and 7E. RGB value is (13,2,126). Sum of RGB (Red+Green+Blue) = 13+2+126=141 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.22% from 141); Green value is 2 (1.17% from 255 or 1.42% from 141); Blue value is 126 (49.61% from 255 or 89.36% from 141); Max value from RGB is 126 - color contains mainly: blue. Hex color #0D027E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D027E is #F2FD81. Grayscale: #121212. Windows color (decimal): -15924610 or 8258061. OLE color: 8258061.

HSL color Cylindrical-coordinate representation of color #0D027E: hue angle of 245.32º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0D027E is Cyan = 0.90, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 13 2 126 -
CMYK 0.90 0.98 0 0.51
HSL 245.32º 0.97% 0.25% -
HSV(B) 245.32º 0.98% 0.49% -
XYZ 3.95 1.64 19.85 -
YUV 19.43 188.14 123.42 -
System Red Green Blue C M Y K H S L
Decimal 13 2 126 0.90 0.98 0 0.51 245.32 0.97 0.25
Hex D 2 7E 5A 62 0 33 F5 61 19
Octal 15 2 176 132 142 0 63 365 141 31
Binary 1101 10 1111110 1011010 1100010 0 110011 11110101 1100001 11001

Color Harmonies of #0D027E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D027E

Black with #0D027E

Text Example


Text Example

White with #0D027E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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