Html Css Color HEX #010F7D Navy

📋 copy color: '#010F7D'

red 1 ◦ green 15 ◦ blue 125

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

Shades of Navy #010F7D

Tints of Navy #010F7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 88.65%

R = 0.71%
G = 10.64%
B = 88.65%

CMYK

 C value IS 0.99

 M value IS 0.88

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#010F7D (or 0x010F7D) is known color: Navy. HEX triplet: 01, 0F and 7D. RGB value is (1,15,125). Sum of RGB (Red+Green+Blue) = 1+15+125=141 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 141); Green value is 15 (6.25% from 255 or 10.64% from 141); Blue value is 125 (49.22% from 255 or 88.65% from 141); Max value from RGB is 125 - color contains mainly: blue. Hex color #010F7D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010F7D is #FEF082. Grayscale: #161616. Windows color (decimal): -16707715 or 8195841. OLE color: 8195841.

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

Color convert

RGB 1 15 125 -
CMYK 0.99 0.88 0 0.51
HSL 233.23º 0.98% 0.25% -
HSV(B) 233.23º 0.99% 0.49% -
XYZ 3.89 1.83 19.55 -
YUV 23.35 185.36 112.06 -
System Red Green Blue C M Y K H S L
Decimal 1 15 125 0.99 0.88 0 0.51 233.23 0.98 0.25
Hex 1 F 7D 63 58 0 33 E9 62 19
Octal 1 17 175 143 130 0 63 351 142 31
Binary 1 1111 1111101 1100011 1011000 0 110011 11101001 1100010 11001

Color Harmonies of #010F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010F7D

Black with #010F7D

Text Example


Text Example

White with #010F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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