Html Css Color HEX #010854 Sapphire

📋 copy color: '#010854'

red 1 ◦ green 8 ◦ blue 84

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

Shades of Sapphire #010854

Tints of Sapphire #010854

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 90.32%

R = 1.08%
G = 8.6%
B = 90.32%

CMYK

 C value IS 0.99

 M value IS 0.90

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#010854 (or 0x010854) is known color: Sapphire. HEX triplet: 01, 08 and 54. RGB value is (1,8,84). Sum of RGB (Red+Green+Blue) = 1+8+84=93 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.08% from 93); Green value is 8 (3.52% from 255 or 8.60% from 93); Blue value is 84 (33.20% from 255 or 90.32% from 93); Max value from RGB is 84 - color contains mainly: blue. Hex color #010854 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010854 is #FEF7AB. Grayscale: #0E0E0E. Windows color (decimal): -16709548 or 5507073. OLE color: 5507073.

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

Color convert

RGB 1 8 84 -
CMYK 0.99 0.90 0 0.67
HSL 234.94º 0.98% 0.17% -
HSV(B) 234.94º 0.99% 0.33% -
XYZ 1.7 0.82 8.46 -
YUV 14.57 167.18 118.32 -
System Red Green Blue C M Y K H S L
Decimal 1 8 84 0.99 0.90 0 0.67 234.94 0.98 0.17
Hex 1 8 54 63 5A 0 43 EB 62 11
Octal 1 10 124 143 132 0 103 353 142 21
Binary 1 1000 1010100 1100011 1011010 0 1000011 11101011 1100010 10001

Color Harmonies of #010854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010854

Black with #010854

Text Example


Text Example

White with #010854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010854; }

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

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

background-color css

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

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

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

border-color css

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

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

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