Html Css Color HEX #010F7F Navy

📋 copy color: '#010F7F'

red 1 ◦ green 15 ◦ blue 127

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

Shades of Navy #010F7F

Tints of Navy #010F7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 88.81%

R = 0.7%
G = 10.49%
B = 88.81%

CMYK

 C value IS 0.99

 M value IS 0.88

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#010F7F (or 0x010F7F) is known color: Navy. HEX triplet: 01, 0F and 7F. RGB value is (1,15,127). Sum of RGB (Red+Green+Blue) = 1+15+127=143 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 143); Green value is 15 (6.25% from 255 or 10.49% from 143); Blue value is 127 (50% from 255 or 88.81% from 143); Max value from RGB is 127 - color contains mainly: blue. Hex color #010F7F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010F7F is #FEF080. Grayscale: #171717. Windows color (decimal): -16707713 or 8326913. OLE color: 8326913.

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

Color convert

RGB 1 15 127 -
CMYK 0.99 0.88 0 0.50
HSL 233.33º 0.98% 0.25% -
HSV(B) 233.33º 0.99% 0.5% -
XYZ 4.01 1.88 20.23 -
YUV 23.58 186.36 111.89 -
System Red Green Blue C M Y K H S L
Decimal 1 15 127 0.99 0.88 0 0.50 233.33 0.98 0.25
Hex 1 F 7F 63 58 0 32 E9 62 19
Octal 1 17 177 143 130 0 62 351 142 31
Binary 1 1111 1111111 1100011 1011000 0 110010 11101001 1100010 11001

Color Harmonies of #010F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010F7F

Black with #010F7F

Text Example


Text Example

White with #010F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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