Html Css Color HEX #012154 Sapphire

📋 copy color: '#012154'

red 1 ◦ green 33 ◦ blue 84

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

Shades of Sapphire #012154

Tints of Sapphire #012154

RGB

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

 GREEN value IS 33 (13.28% from 255) = 27.97%

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

R = 0.85%
G = 27.97%
B = 71.19%

CMYK

 C value IS 0.99

 M value IS 0.61

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#012154 (or 0x012154) is known color: Sapphire. HEX triplet: 01, 21 and 54. RGB value is (1,33,84). Sum of RGB (Red+Green+Blue) = 1+33+84=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 33 (13.28% from 255 or 27.97% from 118); Blue value is 84 (33.20% from 255 or 71.19% from 118); Max value from RGB is 84 - color contains mainly: blue. Hex color #012154 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012154 is #FEDEAB. Grayscale: #1D1D1D. Windows color (decimal): -16703148 or 5513473. OLE color: 5513473.

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

Color convert

RGB 1 33 84 -
CMYK 0.99 0.61 0 0.67
HSL 216.87º 0.98% 0.17% -
HSV(B) 216.87º 0.99% 0.33% -
XYZ 2.16 1.73 8.61 -
YUV 29.25 158.9 107.85 -
System Red Green Blue C M Y K H S L
Decimal 1 33 84 0.99 0.61 0 0.67 216.87 0.98 0.17
Hex 1 21 54 63 3D 0 43 D9 62 11
Octal 1 41 124 143 75 0 103 331 142 21
Binary 1 100001 1010100 1100011 111101 0 1000011 11011001 1100010 10001

Color Harmonies of #012154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012154

Black with #012154

Text Example


Text Example

White with #012154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012154; }

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

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

background-color css

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

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

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

border-color css

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

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

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