Html Css Color HEX #010F4E Sapphire

📋 copy color: '#010F4E'

red 1 ◦ green 15 ◦ blue 78

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

Shades of Sapphire #010F4E

Tints of Sapphire #010F4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 82.98%

R = 1.06%
G = 15.96%
B = 82.98%

CMYK

 C value IS 0.99

 M value IS 0.81

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#010F4E (or 0x010F4E) is known color: Sapphire. HEX triplet: 01, 0F and 4E. RGB value is (1,15,78). Sum of RGB (Red+Green+Blue) = 1+15+78=94 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.06% from 94); Green value is 15 (6.25% from 255 or 15.96% from 94); Blue value is 78 (30.86% from 255 or 82.98% from 94); Max value from RGB is 78 - color contains mainly: blue. Hex color #010F4E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010F4E is #FEF0B1. Grayscale: #111111. Windows color (decimal): -16707762 or 5115649. OLE color: 5115649.

HSL color Cylindrical-coordinate representation of color #010F4E: hue angle of 229.09º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010F4E is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 1 15 78 -
CMYK 0.99 0.81 0 0.69
HSL 229.09º 0.97% 0.15% -
HSV(B) 229.09º 0.99% 0.31% -
XYZ 1.56 0.9 7.3 -
YUV 18 161.86 115.88 -
System Red Green Blue C M Y K H S L
Decimal 1 15 78 0.99 0.81 0 0.69 229.09 0.97 0.15
Hex 1 F 4E 63 51 0 45 E5 61 F
Octal 1 17 116 143 121 0 105 345 141 17
Binary 1 1111 1001110 1100011 1010001 0 1000101 11100101 1100001 1111

Color Harmonies of #010F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010F4E

Black with #010F4E

Text Example


Text Example

White with #010F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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