Html Css Color HEX #010F46 Sapphire

📋 copy color: '#010F46'

red 1 ◦ green 15 ◦ blue 70

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

Shades of Sapphire #010F46

Tints of Sapphire #010F46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 81.4%

R = 1.16%
G = 17.44%
B = 81.4%

CMYK

 C value IS 0.99

 M value IS 0.79

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#010F46 (or 0x010F46) is known color: Sapphire. HEX triplet: 01, 0F and 46. RGB value is (1,15,70). Sum of RGB (Red+Green+Blue) = 1+15+70=86 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.16% from 86); Green value is 15 (6.25% from 255 or 17.44% from 86); Blue value is 70 (27.73% from 255 or 81.40% from 86); Max value from RGB is 70 - color contains mainly: blue. Hex color #010F46 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010F46 is #FEF0B9. Grayscale: #101010. Windows color (decimal): -16707770 or 4591361. OLE color: 4591361.

HSL color Cylindrical-coordinate representation of color #010F46: hue angle of 227.83º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010F46 is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 1 15 70 -
CMYK 0.99 0.79 0 0.73
HSL 227.83º 0.97% 0.14% -
HSV(B) 227.83º 0.99% 0.27% -
XYZ 1.29 0.79 5.88 -
YUV 17.08 157.86 116.53 -
System Red Green Blue C M Y K H S L
Decimal 1 15 70 0.99 0.79 0 0.73 227.83 0.97 0.14
Hex 1 F 46 63 4F 0 49 E4 61 E
Octal 1 17 106 143 117 0 111 344 141 16
Binary 1 1111 1000110 1100011 1001111 0 1001001 11100100 1100001 1110

Color Harmonies of #010F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010F46

Black with #010F46

Text Example


Text Example

White with #010F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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