Html Css Color HEX #010975 Navy

📋 copy color: '#010975'

red 1 ◦ green 9 ◦ blue 117

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

Shades of Navy #010975

Tints of Navy #010975

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.09%

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

R = 0.79%
G = 7.09%
B = 92.13%

CMYK

 C value IS 0.99

 M value IS 0.92

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#010975 (or 0x010975) is known color: Navy. HEX triplet: 01, 09 and 75. RGB value is (1,9,117). Sum of RGB (Red+Green+Blue) = 1+9+117=127 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 127); Green value is 9 (3.91% from 255 or 7.09% from 127); Blue value is 117 (46.09% from 255 or 92.13% from 127); Max value from RGB is 117 - color contains mainly: blue. Hex color #010975 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010975 is #FEF68A. Grayscale: #121212. Windows color (decimal): -16709259 or 7670017. OLE color: 7670017.

HSL color Cylindrical-coordinate representation of color #010975: hue angle of 235.86º 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 #010975 is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 1 9 117 -
CMYK 0.99 0.92 0 0.54
HSL 235.86º 0.98% 0.23% -
HSV(B) 235.86º 0.99% 0.46% -
XYZ 3.32 1.49 16.94 -
YUV 18.92 183.35 115.22 -
System Red Green Blue C M Y K H S L
Decimal 1 9 117 0.99 0.92 0 0.54 235.86 0.98 0.23
Hex 1 9 75 63 5C 0 36 EC 62 17
Octal 1 11 165 143 134 0 66 354 142 27
Binary 1 1001 1110101 1100011 1011100 0 110110 11101100 1100010 10111

Color Harmonies of #010975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010975

Black with #010975

Text Example


Text Example

White with #010975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010975; }

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

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

background-color css

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

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

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

border-color css

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

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

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