Html Css Color HEX #010B58 Sapphire

📋 copy color: '#010B58'

red 1 ◦ green 11 ◦ blue 88

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

Shades of Sapphire #010B58

Tints of Sapphire #010B58

RGB

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

 GREEN value IS 11 (4.69% from 255) = 11%

 BLUE value IS 88 (34.77% from 255) = 88%

R = 1%
G = 11%
B = 88%

CMYK

 C value IS 0.99

 M value IS 0.88

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#010B58 (or 0x010B58) is known color: Sapphire. HEX triplet: 01, 0B and 58. RGB value is (1,11,88). Sum of RGB (Red+Green+Blue) = 1+11+88=100 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1% from 100); Green value is 11 (4.69% from 255 or 11% from 100); Blue value is 88 (34.77% from 255 or 88% from 100); Max value from RGB is 88 - color contains mainly: blue. Hex color #010B58 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010B58 is #FEF4A7. Grayscale: #101010. Windows color (decimal): -16708776 or 5769985. OLE color: 5769985.

HSL color Cylindrical-coordinate representation of color #010B58: hue angle of 233.1º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010B58 is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 1 11 88 -
CMYK 0.99 0.88 0 0.65
HSL 233.1º 0.98% 0.17% -
HSV(B) 233.1º 0.99% 0.35% -
XYZ 1.89 0.95 9.32 -
YUV 16.79 168.19 116.74 -
System Red Green Blue C M Y K H S L
Decimal 1 11 88 0.99 0.88 0 0.65 233.1 0.98 0.17
Hex 1 B 58 63 58 0 41 E9 62 11
Octal 1 13 130 143 130 0 101 351 142 21
Binary 1 1011 1011000 1100011 1011000 0 1000001 11101001 1100010 10001

Color Harmonies of #010B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010B58

Black with #010B58

Text Example


Text Example

White with #010B58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,11,88); }

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

background-color css

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

 a { background-color: rgb(1,11,88); }

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

border-color css

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

 span { border-color: rgb(1,11,88); }

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