Html Css Color HEX #010F68 Sapphire

📋 copy color: '#010F68'

red 1 ◦ green 15 ◦ blue 104

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

Shades of Sapphire #010F68

Tints of Sapphire #010F68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 86.67%

R = 0.83%
G = 12.5%
B = 86.67%

CMYK

 C value IS 0.99

 M value IS 0.86

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#010F68 (or 0x010F68) is known color: Sapphire. HEX triplet: 01, 0F and 68. RGB value is (1,15,104). Sum of RGB (Red+Green+Blue) = 1+15+104=120 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 120); Green value is 15 (6.25% from 255 or 12.5% from 120); Blue value is 104 (41.02% from 255 or 86.67% from 120); Max value from RGB is 104 - color contains mainly: blue. Hex color #010F68 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010F68 is #FEF097. Grayscale: #141414. Windows color (decimal): -16707736 or 6819585. OLE color: 6819585.

HSL color Cylindrical-coordinate representation of color #010F68: hue angle of 231.84º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010F68 is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 1 15 104 -
CMYK 0.99 0.86 0 0.59
HSL 231.84º 0.98% 0.21% -
HSV(B) 231.84º 0.99% 0.41% -
XYZ 2.68 1.35 13.22 -
YUV 20.96 174.86 113.76 -
System Red Green Blue C M Y K H S L
Decimal 1 15 104 0.99 0.86 0 0.59 231.84 0.98 0.21
Hex 1 F 68 63 56 0 3B E8 62 15
Octal 1 17 150 143 126 0 73 350 142 25
Binary 1 1111 1101000 1100011 1010110 0 111011 11101000 1100010 10101

Color Harmonies of #010F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010F68

Black with #010F68

Text Example


Text Example

White with #010F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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