Html Css Color HEX #010855 Sapphire

📋 copy color: '#010855'

red 1 ◦ green 8 ◦ blue 85

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

Shades of Sapphire #010855

Tints of Sapphire #010855

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8.51%

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

R = 1.06%
G = 8.51%
B = 90.43%

CMYK

 C value IS 0.99

 M value IS 0.91

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#010855 (or 0x010855) is known color: Sapphire. HEX triplet: 01, 08 and 55. RGB value is (1,8,85). Sum of RGB (Red+Green+Blue) = 1+8+85=94 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.06% from 94); Green value is 8 (3.52% from 255 or 8.51% from 94); Blue value is 85 (33.59% from 255 or 90.43% from 94); Max value from RGB is 85 - color contains mainly: blue. Hex color #010855 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010855 is #FEF7AA. Grayscale: #0E0E0E. Windows color (decimal): -16709547 or 5572609. OLE color: 5572609.

HSL color Cylindrical-coordinate representation of color #010855: hue angle of 235º 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 #010855 is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 1 8 85 -
CMYK 0.99 0.91 0 0.67
HSL 235º 0.98% 0.17% -
HSV(B) 235º 0.99% 0.33% -
XYZ 1.74 0.84 8.66 -
YUV 14.69 167.68 118.24 -
System Red Green Blue C M Y K H S L
Decimal 1 8 85 0.99 0.91 0 0.67 235 0.98 0.17
Hex 1 8 55 63 5B 0 43 EB 62 11
Octal 1 10 125 143 133 0 103 353 142 21
Binary 1 1000 1010101 1100011 1011011 0 1000011 11101011 1100010 10001

Color Harmonies of #010855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010855

Black with #010855

Text Example


Text Example

White with #010855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010855; }

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

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

background-color css

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

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

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

border-color css

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

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

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