Html Css Color HEX #010F62 Sapphire

📋 copy color: '#010F62'

red 1 ◦ green 15 ◦ blue 98

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

Shades of Sapphire #010F62

Tints of Sapphire #010F62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 85.96%

R = 0.88%
G = 13.16%
B = 85.96%

CMYK

 C value IS 0.99

 M value IS 0.85

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#010F62 (or 0x010F62) is known color: Sapphire. HEX triplet: 01, 0F and 62. RGB value is (1,15,98). Sum of RGB (Red+Green+Blue) = 1+15+98=114 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 114); Green value is 15 (6.25% from 255 or 13.16% from 114); Blue value is 98 (38.67% from 255 or 85.96% from 114); Max value from RGB is 98 - color contains mainly: blue. Hex color #010F62 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010F62 is #FEF09D. Grayscale: #131313. Windows color (decimal): -16707742 or 6426369. OLE color: 6426369.

HSL color Cylindrical-coordinate representation of color #010F62: hue angle of 231.34º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010F62 is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 15 98 -
CMYK 0.99 0.85 0 0.62
HSL 231.34º 0.98% 0.19% -
HSV(B) 231.34º 0.99% 0.38% -
XYZ 2.39 1.23 11.67 -
YUV 20.28 171.86 114.25 -
System Red Green Blue C M Y K H S L
Decimal 1 15 98 0.99 0.85 0 0.62 231.34 0.98 0.19
Hex 1 F 62 63 55 0 3E E7 62 13
Octal 1 17 142 143 125 0 76 347 142 23
Binary 1 1111 1100010 1100011 1010101 0 111110 11100111 1100010 10011

Color Harmonies of #010F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010F62

Black with #010F62

Text Example


Text Example

White with #010F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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