Html Css Color HEX #010875 Navy

📋 copy color: '#010875'

red 1 ◦ green 8 ◦ blue 117

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

Shades of Navy #010875

Tints of Navy #010875

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.35%

 BLUE value IS 117 (46.09% from 255) = 92.86%

R = 0.79%
G = 6.35%
B = 92.86%

CMYK

 C value IS 0.99

 M value IS 0.93

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#010875 (or 0x010875) is known color: Navy. HEX triplet: 01, 08 and 75. RGB value is (1,8,117). Sum of RGB (Red+Green+Blue) = 1+8+117=126 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 126); Green value is 8 (3.52% from 255 or 6.35% from 126); Blue value is 117 (46.09% from 255 or 92.86% from 126); Max value from RGB is 117 - color contains mainly: blue. Hex color #010875 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010875 is #FEF78A. Grayscale: #111111. Windows color (decimal): -16709515 or 7669761. OLE color: 7669761.

HSL color Cylindrical-coordinate representation of color #010875: hue angle of 236.38º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010875 is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 1 8 117 -
CMYK 0.99 0.93 0 0.54
HSL 236.38º 0.98% 0.23% -
HSV(B) 236.38º 0.99% 0.46% -
XYZ 3.31 1.46 16.94 -
YUV 18.33 183.68 115.64 -
System Red Green Blue C M Y K H S L
Decimal 1 8 117 0.99 0.93 0 0.54 236.38 0.98 0.23
Hex 1 8 75 63 5D 0 36 EC 62 17
Octal 1 10 165 143 135 0 66 354 142 27
Binary 1 1000 1110101 1100011 1011101 0 110110 11101100 1100010 10111

Color Harmonies of #010875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010875

Black with #010875

Text Example


Text Example

White with #010875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010875; }

 p { color: rgb(1,8,117); }

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

background-color css

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

 a { background-color: rgb(1,8,117); }

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

border-color css

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

 span { border-color: rgb(1,8,117); }

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