Html Css Color HEX #012054 Sapphire

📋 copy color: '#012054'

red 1 ◦ green 32 ◦ blue 84

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

Shades of Sapphire #012054

Tints of Sapphire #012054

RGB

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

 GREEN value IS 32 (12.89% from 255) = 27.35%

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

R = 0.85%
G = 27.35%
B = 71.79%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#012054 (or 0x012054) is known color: Sapphire. HEX triplet: 01, 20 and 54. RGB value is (1,32,84). Sum of RGB (Red+Green+Blue) = 1+32+84=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 32 (12.89% from 255 or 27.35% from 117); Blue value is 84 (33.20% from 255 or 71.79% from 117); Max value from RGB is 84 - color contains mainly: blue. Hex color #012054 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012054 is #FEDFAB. Grayscale: #1C1C1C. Windows color (decimal): -16703404 or 5513217. OLE color: 5513217.

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

Color convert

RGB 1 32 84 -
CMYK 0.99 0.62 0 0.67
HSL 217.59º 0.98% 0.17% -
HSV(B) 217.59º 0.99% 0.33% -
XYZ 2.13 1.68 8.6 -
YUV 28.66 159.23 108.27 -
System Red Green Blue C M Y K H S L
Decimal 1 32 84 0.99 0.62 0 0.67 217.59 0.98 0.17
Hex 1 20 54 63 3E 0 43 DA 62 11
Octal 1 40 124 143 76 0 103 332 142 21
Binary 1 100000 1010100 1100011 111110 0 1000011 11011010 1100010 10001

Color Harmonies of #012054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012054

Black with #012054

Text Example


Text Example

White with #012054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012054; }

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

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

background-color css

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

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

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

border-color css

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

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

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