Html Css Color HEX #010B56 Sapphire

📋 copy color: '#010B56'

red 1 ◦ green 11 ◦ blue 86

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

Shades of Sapphire #010B56

Tints of Sapphire #010B56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 87.76%

R = 1.02%
G = 11.22%
B = 87.76%

CMYK

 C value IS 0.99

 M value IS 0.87

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#010B56 (or 0x010B56) is known color: Sapphire. HEX triplet: 01, 0B and 56. RGB value is (1,11,86). Sum of RGB (Red+Green+Blue) = 1+11+86=98 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.02% from 98); Green value is 11 (4.69% from 255 or 11.22% from 98); Blue value is 86 (33.98% from 255 or 87.76% from 98); Max value from RGB is 86 - color contains mainly: blue. Hex color #010B56 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010B56 is #FEF4A9. Grayscale: #101010. Windows color (decimal): -16708778 or 5638913. OLE color: 5638913.

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

Color convert

RGB 1 11 86 -
CMYK 0.99 0.87 0 0.66
HSL 232.94º 0.98% 0.17% -
HSV(B) 232.94º 0.99% 0.34% -
XYZ 1.81 0.92 8.89 -
YUV 16.56 167.19 116.9 -
System Red Green Blue C M Y K H S L
Decimal 1 11 86 0.99 0.87 0 0.66 232.94 0.98 0.17
Hex 1 B 56 63 57 0 42 E9 62 11
Octal 1 13 126 143 127 0 102 351 142 21
Binary 1 1011 1010110 1100011 1010111 0 1000010 11101001 1100010 10001

Color Harmonies of #010B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010B56

Black with #010B56

Text Example


Text Example

White with #010B56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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