Html Css Color HEX #010955 Sapphire

📋 copy color: '#010955'

red 1 ◦ green 9 ◦ blue 85

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

Shades of Sapphire #010955

Tints of Sapphire #010955

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.47%

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

R = 1.05%
G = 9.47%
B = 89.47%

CMYK

 C value IS 0.99

 M value IS 0.89

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#010955 (or 0x010955) is known color: Sapphire. HEX triplet: 01, 09 and 55. RGB value is (1,9,85). Sum of RGB (Red+Green+Blue) = 1+9+85=95 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.05% from 95); Green value is 9 (3.91% from 255 or 9.47% from 95); Blue value is 85 (33.59% from 255 or 89.47% from 95); Max value from RGB is 85 - color contains mainly: blue. Hex color #010955 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010955 is #FEF6AA. Grayscale: #0E0E0E. Windows color (decimal): -16709291 or 5572865. OLE color: 5572865.

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

Color convert

RGB 1 9 85 -
CMYK 0.99 0.89 0 0.67
HSL 234.29º 0.98% 0.17% -
HSV(B) 234.29º 0.99% 0.33% -
XYZ 1.75 0.86 8.67 -
YUV 15.27 167.35 117.82 -
System Red Green Blue C M Y K H S L
Decimal 1 9 85 0.99 0.89 0 0.67 234.29 0.98 0.17
Hex 1 9 55 63 59 0 43 EA 62 11
Octal 1 11 125 143 131 0 103 352 142 21
Binary 1 1001 1010101 1100011 1011001 0 1000011 11101010 1100010 10001

Color Harmonies of #010955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010955

Black with #010955

Text Example


Text Example

White with #010955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010955; }

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

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

background-color css

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

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

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

border-color css

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

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

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