Html Css Color HEX #010F51 Sapphire

📋 copy color: '#010F51'

red 1 ◦ green 15 ◦ blue 81

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

Shades of Sapphire #010F51

Tints of Sapphire #010F51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 83.51%

R = 1.03%
G = 15.46%
B = 83.51%

CMYK

 C value IS 0.99

 M value IS 0.81

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#010F51 (or 0x010F51) is known color: Sapphire. HEX triplet: 01, 0F and 51. RGB value is (1,15,81). Sum of RGB (Red+Green+Blue) = 1+15+81=97 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.03% from 97); Green value is 15 (6.25% from 255 or 15.46% from 97); Blue value is 81 (32.03% from 255 or 83.51% from 97); Max value from RGB is 81 - color contains mainly: blue. Hex color #010F51 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010F51 is #FEF0AE. Grayscale: #121212. Windows color (decimal): -16707759 or 5312257. OLE color: 5312257.

HSL color Cylindrical-coordinate representation of color #010F51: hue angle of 229.5º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010F51 is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 1 15 81 -
CMYK 0.99 0.81 0 0.68
HSL 229.5º 0.98% 0.16% -
HSV(B) 229.5º 0.99% 0.32% -
XYZ 1.67 0.94 7.88 -
YUV 18.34 163.36 115.63 -
System Red Green Blue C M Y K H S L
Decimal 1 15 81 0.99 0.81 0 0.68 229.5 0.98 0.16
Hex 1 F 51 63 51 0 44 E6 62 10
Octal 1 17 121 143 121 0 104 346 142 20
Binary 1 1111 1010001 1100011 1010001 0 1000100 11100110 1100010 10000

Color Harmonies of #010F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010F51

Black with #010F51

Text Example


Text Example

White with #010F51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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