Html Css Color HEX #0D006B Navy

📋 copy color: '#0D006B'

red 13 ◦ green 0 ◦ blue 107

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

Shades of Navy #0D006B

Tints of Navy #0D006B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 10.83%
G = 0%
B = 89.17%

CMYK

 C value IS 0.88

 M value IS 1

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0D006B (or 0x0D006B) is known color: Navy. HEX triplet: 0D, 00 and 6B. RGB value is (13,0,107). Sum of RGB (Red+Green+Blue) = 13+0+107=120 (15% of max value = 765). Red value is 13 (5.47% from 255 or 10.83% from 120); Green value is 0 (0.39% from 255 or 0% from 120); Blue value is 107 (42.19% from 255 or 89.17% from 120); Max value from RGB is 107 - color contains mainly: blue. Hex color #0D006B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D006B is #F2FF94. Grayscale: #0F0F0F. Windows color (decimal): -15925141 or 7012365. OLE color: 7012365.

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

Color convert

RGB 13 0 107 -
CMYK 0.88 1 0 0.58
HSL 247.29º 1% 0.21% -
HSV(B) 247.29º 1% 0.42% -
XYZ 2.82 1.15 13.98 -
YUV 16.09 179.31 125.8 -
System Red Green Blue C M Y K H S L
Decimal 13 0 107 0.88 1 0 0.58 247.29 1 0.21
Hex D 0 6B 58 64 0 3A F7 64 15
Octal 15 0 153 130 144 0 72 367 144 25
Binary 1101 0 1101011 1011000 1100100 0 111010 11110111 1100100 10101

Color Harmonies of #0D006B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D006B

Black with #0D006B

Text Example


Text Example

White with #0D006B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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