Html Css Color HEX #010F6B Sapphire

📋 copy color: '#010F6B'

red 1 ◦ green 15 ◦ blue 107

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

Shades of Sapphire #010F6B

Tints of Sapphire #010F6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 86.99%

R = 0.81%
G = 12.2%
B = 86.99%

CMYK

 C value IS 0.99

 M value IS 0.86

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#010F6B (or 0x010F6B) is known color: Sapphire. HEX triplet: 01, 0F and 6B. RGB value is (1,15,107). Sum of RGB (Red+Green+Blue) = 1+15+107=123 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 123); Green value is 15 (6.25% from 255 or 12.20% from 123); Blue value is 107 (42.19% from 255 or 86.99% from 123); Max value from RGB is 107 - color contains mainly: blue. Hex color #010F6B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010F6B is #FEF094. Grayscale: #141414. Windows color (decimal): -16707733 or 7016193. OLE color: 7016193.

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

Color convert

RGB 1 15 107 -
CMYK 0.99 0.86 0 0.58
HSL 232.08º 0.98% 0.21% -
HSV(B) 232.08º 0.99% 0.42% -
XYZ 2.84 1.41 14.03 -
YUV 21.3 176.36 113.52 -
System Red Green Blue C M Y K H S L
Decimal 1 15 107 0.99 0.86 0 0.58 232.08 0.98 0.21
Hex 1 F 6B 63 56 0 3A E8 62 15
Octal 1 17 153 143 126 0 72 350 142 25
Binary 1 1111 1101011 1100011 1010110 0 111010 11101000 1100010 10101

Color Harmonies of #010F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010F6B

Black with #010F6B

Text Example


Text Example

White with #010F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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