Html Css Color HEX #010F75 Navy

📋 copy color: '#010F75'

red 1 ◦ green 15 ◦ blue 117

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

Shades of Navy #010F75

Tints of Navy #010F75

RGB

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

 GREEN value IS 15 (6.25% from 255) = 11.28%

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

R = 0.75%
G = 11.28%
B = 87.97%

CMYK

 C value IS 0.99

 M value IS 0.87

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#010F75 (or 0x010F75) is known color: Navy. HEX triplet: 01, 0F and 75. RGB value is (1,15,117). Sum of RGB (Red+Green+Blue) = 1+15+117=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 15 (6.25% from 255 or 11.28% from 133); Blue value is 117 (46.09% from 255 or 87.97% from 133); Max value from RGB is 117 - color contains mainly: blue. Hex color #010F75 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010F75 is #FEF08A. Grayscale: #161616. Windows color (decimal): -16707723 or 7671553. OLE color: 7671553.

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

Color convert

RGB 1 15 117 -
CMYK 0.99 0.87 0 0.54
HSL 232.76º 0.98% 0.23% -
HSV(B) 232.76º 0.99% 0.46% -
XYZ 3.39 1.63 16.97 -
YUV 22.44 181.36 112.71 -
System Red Green Blue C M Y K H S L
Decimal 1 15 117 0.99 0.87 0 0.54 232.76 0.98 0.23
Hex 1 F 75 63 57 0 36 E9 62 17
Octal 1 17 165 143 127 0 66 351 142 27
Binary 1 1111 1110101 1100011 1010111 0 110110 11101001 1100010 10111

Color Harmonies of #010F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010F75

Black with #010F75

Text Example


Text Example

White with #010F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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