Html Css Color HEX #010F7B Navy

📋 copy color: '#010F7B'

red 1 ◦ green 15 ◦ blue 123

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

Shades of Navy #010F7B

Tints of Navy #010F7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 88.49%

R = 0.72%
G = 10.79%
B = 88.49%

CMYK

 C value IS 0.99

 M value IS 0.88

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#010F7B (or 0x010F7B) is known color: Navy. HEX triplet: 01, 0F and 7B. RGB value is (1,15,123). Sum of RGB (Red+Green+Blue) = 1+15+123=139 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 139); Green value is 15 (6.25% from 255 or 10.79% from 139); Blue value is 123 (48.44% from 255 or 88.49% from 139); Max value from RGB is 123 - color contains mainly: blue. Hex color #010F7B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010F7B is #FEF084. Grayscale: #161616. Windows color (decimal): -16707717 or 8064769. OLE color: 8064769.

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

Color convert

RGB 1 15 123 -
CMYK 0.99 0.88 0 0.52
HSL 233.11º 0.98% 0.24% -
HSV(B) 233.11º 0.99% 0.48% -
XYZ 3.76 1.78 18.88 -
YUV 23.13 184.36 112.22 -
System Red Green Blue C M Y K H S L
Decimal 1 15 123 0.99 0.88 0 0.52 233.11 0.98 0.24
Hex 1 F 7B 63 58 0 34 E9 62 18
Octal 1 17 173 143 130 0 64 351 142 30
Binary 1 1111 1111011 1100011 1011000 0 110100 11101001 1100010 11000

Color Harmonies of #010F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010F7B

Black with #010F7B

Text Example


Text Example

White with #010F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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