Html Css Color HEX #010D6D Navy

📋 copy color: '#010D6D'

red 1 ◦ green 13 ◦ blue 109

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

Shades of Navy #010D6D

Tints of Navy #010D6D

RGB

 RED value IS 1 (0.78% from 255) = 0.81%

 GREEN value IS 13 (5.47% from 255) = 10.57%

 BLUE value IS 109 (42.97% from 255) = 88.62%

R = 0.81%
G = 10.57%
B = 88.62%

CMYK

 C value IS 0.99

 M value IS 0.88

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#010D6D (or 0x010D6D) is known color: Navy. HEX triplet: 01, 0D and 6D. RGB value is (1,13,109). Sum of RGB (Red+Green+Blue) = 1+13+109=123 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 123); Green value is 13 (5.47% from 255 or 10.57% from 123); Blue value is 109 (42.97% from 255 or 88.62% from 123); Max value from RGB is 109 - color contains mainly: blue. Hex color #010D6D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010D6D is #FEF292. Grayscale: #131313. Windows color (decimal): -16708243 or 7146753. OLE color: 7146753.

HSL color Cylindrical-coordinate representation of color #010D6D: hue angle of 233.33º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010D6D is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 1 13 109 -
CMYK 0.99 0.88 0 0.57
HSL 233.33º 0.98% 0.22% -
HSV(B) 233.33º 0.99% 0.43% -
XYZ 2.92 1.4 14.58 -
YUV 20.36 178.02 114.19 -
System Red Green Blue C M Y K H S L
Decimal 1 13 109 0.99 0.88 0 0.57 233.33 0.98 0.22
Hex 1 D 6D 63 58 0 39 E9 62 16
Octal 1 15 155 143 130 0 71 351 142 26
Binary 1 1101 1101101 1100011 1011000 0 111001 11101001 1100010 10110

Color Harmonies of #010D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010D6D

Black with #010D6D

Text Example


Text Example

White with #010D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010D6D; }

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

 H1.HeaderClassName
 {
   color: #010D6D;
 }
 .AnyTagClassName
 {
   color: #010D6D;
 }
</style>

background-color css

<style>
 a { background-color: #010D6D; }

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

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

border-color css

<style>
 span { border-color: #010D6D; }

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

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