Html Css Color HEX #010B55 Sapphire

📋 copy color: '#010B55'

red 1 ◦ green 11 ◦ blue 85

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

Shades of Sapphire #010B55

Tints of Sapphire #010B55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 87.63%

R = 1.03%
G = 11.34%
B = 87.63%

CMYK

 C value IS 0.99

 M value IS 0.87

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#010B55 (or 0x010B55) is known color: Sapphire. HEX triplet: 01, 0B and 55. RGB value is (1,11,85). Sum of RGB (Red+Green+Blue) = 1+11+85=97 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.03% from 97); Green value is 11 (4.69% from 255 or 11.34% from 97); Blue value is 85 (33.59% from 255 or 87.63% from 97); Max value from RGB is 85 - color contains mainly: blue. Hex color #010B55 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010B55 is #FEF4AA. Grayscale: #101010. Windows color (decimal): -16708779 or 5573377. OLE color: 5573377.

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

Color convert

RGB 1 11 85 -
CMYK 0.99 0.87 0 0.67
HSL 232.86º 0.98% 0.17% -
HSV(B) 232.86º 0.99% 0.33% -
XYZ 1.77 0.9 8.67 -
YUV 16.45 166.69 116.98 -
System Red Green Blue C M Y K H S L
Decimal 1 11 85 0.99 0.87 0 0.67 232.86 0.98 0.17
Hex 1 B 55 63 57 0 43 E9 62 11
Octal 1 13 125 143 127 0 103 351 142 21
Binary 1 1011 1010101 1100011 1010111 0 1000011 11101001 1100010 10001

Color Harmonies of #010B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010B55

Black with #010B55

Text Example


Text Example

White with #010B55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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