Html Css Color HEX #010F47 Sapphire

📋 copy color: '#010F47'

red 1 ◦ green 15 ◦ blue 71

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

Shades of Sapphire #010F47

Tints of Sapphire #010F47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 81.61%

R = 1.15%
G = 17.24%
B = 81.61%

CMYK

 C value IS 0.99

 M value IS 0.79

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#010F47 (or 0x010F47) is known color: Sapphire. HEX triplet: 01, 0F and 47. RGB value is (1,15,71). Sum of RGB (Red+Green+Blue) = 1+15+71=87 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.15% from 87); Green value is 15 (6.25% from 255 or 17.24% from 87); Blue value is 71 (28.12% from 255 or 81.61% from 87); Max value from RGB is 71 - color contains mainly: blue. Hex color #010F47 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010F47 is #FEF0B8. Grayscale: #101010. Windows color (decimal): -16707769 or 4656897. OLE color: 4656897.

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

Color convert

RGB 1 15 71 -
CMYK 0.99 0.79 0 0.72
HSL 228º 0.97% 0.14% -
HSV(B) 228º 0.99% 0.28% -
XYZ 1.32 0.8 6.05 -
YUV 17.2 158.36 116.45 -
System Red Green Blue C M Y K H S L
Decimal 1 15 71 0.99 0.79 0 0.72 228 0.97 0.14
Hex 1 F 47 63 4F 0 48 E4 61 E
Octal 1 17 107 143 117 0 110 344 141 16
Binary 1 1111 1000111 1100011 1001111 0 1001000 11100100 1100001 1110

Color Harmonies of #010F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010F47

Black with #010F47

Text Example


Text Example

White with #010F47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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