Html Css Color HEX #010F69 Sapphire

📋 copy color: '#010F69'

red 1 ◦ green 15 ◦ blue 105

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

Shades of Sapphire #010F69

Tints of Sapphire #010F69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 86.78%

R = 0.83%
G = 12.4%
B = 86.78%

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

#010F69 (or 0x010F69) is known color: Sapphire. HEX triplet: 01, 0F and 69. RGB value is (1,15,105). Sum of RGB (Red+Green+Blue) = 1+15+105=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 15 (6.25% from 255 or 12.40% from 121); Blue value is 105 (41.41% from 255 or 86.78% from 121); Max value from RGB is 105 - color contains mainly: blue. Hex color #010F69 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010F69 is #FEF096. Grayscale: #141414. Windows color (decimal): -16707735 or 6885121. OLE color: 6885121.

HSL color Cylindrical-coordinate representation of color #010F69: hue angle of 231.92º 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 #010F69 is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 1 15 105 -
CMYK 0.99 0.86 0 0.59
HSL 231.92º 0.98% 0.21% -
HSV(B) 231.92º 0.99% 0.41% -
XYZ 2.73 1.37 13.48 -
YUV 21.07 175.36 113.68 -
System Red Green Blue C M Y K H S L
Decimal 1 15 105 0.99 0.86 0 0.59 231.92 0.98 0.21
Hex 1 F 69 63 56 0 3B E8 62 15
Octal 1 17 151 143 126 0 73 350 142 25
Binary 1 1111 1101001 1100011 1010110 0 111011 11101000 1100010 10101

Color Harmonies of #010F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010F69

Black with #010F69

Text Example


Text Example

White with #010F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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