Html Css Color HEX #010D70 Navy

📋 copy color: '#010D70'

red 1 ◦ green 13 ◦ blue 112

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

Shades of Navy #010D70

Tints of Navy #010D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 88.89%

R = 0.79%
G = 10.32%
B = 88.89%

CMYK

 C value IS 0.99

 M value IS 0.88

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#010D70 (or 0x010D70) is known color: Navy. HEX triplet: 01, 0D and 70. RGB value is (1,13,112). Sum of RGB (Red+Green+Blue) = 1+13+112=126 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 126); Green value is 13 (5.47% from 255 or 10.32% from 126); Blue value is 112 (44.14% from 255 or 88.89% from 126); Max value from RGB is 112 - color contains mainly: blue. Hex color #010D70 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010D70 is #FEF28F. Grayscale: #141414. Windows color (decimal): -16708240 or 7343361. OLE color: 7343361.

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

Color convert

RGB 1 13 112 -
CMYK 0.99 0.88 0 0.56
HSL 233.51º 0.98% 0.22% -
HSV(B) 233.51º 0.99% 0.44% -
XYZ 3.08 1.46 15.45 -
YUV 20.7 179.52 113.95 -
System Red Green Blue C M Y K H S L
Decimal 1 13 112 0.99 0.88 0 0.56 233.51 0.98 0.22
Hex 1 D 70 63 58 0 38 EA 62 16
Octal 1 15 160 143 130 0 70 352 142 26
Binary 1 1101 1110000 1100011 1011000 0 111000 11101010 1100010 10110

Color Harmonies of #010D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010D70

Black with #010D70

Text Example


Text Example

White with #010D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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