Html Css Color HEX #0D017C Navy

📋 copy color: '#0D017C'

red 13 ◦ green 1 ◦ blue 124

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

Shades of Navy #0D017C

Tints of Navy #0D017C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.72%

 BLUE value IS 124 (48.83% from 255) = 89.86%

R = 9.42%
G = 0.72%
B = 89.86%

CMYK

 C value IS 0.90

 M value IS 0.99

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0D017C (or 0x0D017C) is known color: Navy. HEX triplet: 0D, 01 and 7C. RGB value is (13,1,124). Sum of RGB (Red+Green+Blue) = 13+1+124=138 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.42% from 138); Green value is 1 (0.78% from 255 or 0.72% from 138); Blue value is 124 (48.83% from 255 or 89.86% from 138); Max value from RGB is 124 - color contains mainly: blue. Hex color #0D017C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D017C is #F2FE83. Grayscale: #121212. Windows color (decimal): -15924868 or 8126733. OLE color: 8126733.

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

Color convert

RGB 13 1 124 -
CMYK 0.90 0.99 0 0.51
HSL 245.85º 0.98% 0.25% -
HSV(B) 245.85º 0.99% 0.49% -
XYZ 3.81 1.56 19.17 -
YUV 18.61 187.48 124 -
System Red Green Blue C M Y K H S L
Decimal 13 1 124 0.90 0.99 0 0.51 245.85 0.98 0.25
Hex D 1 7C 5A 63 0 33 F6 62 19
Octal 15 1 174 132 143 0 63 366 142 31
Binary 1101 1 1111100 1011010 1100011 0 110011 11110110 1100010 11001

Color Harmonies of #0D017C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D017C

Black with #0D017C

Text Example


Text Example

White with #0D017C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,1,124); }

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

background-color css

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

 a { background-color: rgb(13,1,124); }

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

border-color css

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

 span { border-color: rgb(13,1,124); }

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