Html Css Color HEX #012554 Sapphire

📋 copy color: '#012554'

red 1 ◦ green 37 ◦ blue 84

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

Shades of Sapphire #012554

Tints of Sapphire #012554

RGB

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

 GREEN value IS 37 (14.84% from 255) = 30.33%

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

R = 0.82%
G = 30.33%
B = 68.85%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#012554 (or 0x012554) is known color: Sapphire. HEX triplet: 01, 25 and 54. RGB value is (1,37,84). Sum of RGB (Red+Green+Blue) = 1+37+84=122 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.82% from 122); Green value is 37 (14.84% from 255 or 30.33% from 122); Blue value is 84 (33.20% from 255 or 68.85% from 122); Max value from RGB is 84 - color contains mainly: blue. Hex color #012554 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012554 is #FEDAAB. Grayscale: #1F1F1F. Windows color (decimal): -16702124 or 5514497. OLE color: 5514497.

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

Color convert

RGB 1 37 84 -
CMYK 0.99 0.56 0 0.67
HSL 213.98º 0.98% 0.17% -
HSV(B) 213.98º 0.99% 0.33% -
XYZ 2.27 1.97 8.65 -
YUV 31.59 157.57 106.18 -
System Red Green Blue C M Y K H S L
Decimal 1 37 84 0.99 0.56 0 0.67 213.98 0.98 0.17
Hex 1 25 54 63 38 0 43 D6 62 11
Octal 1 45 124 143 70 0 103 326 142 21
Binary 1 100101 1010100 1100011 111000 0 1000011 11010110 1100010 10001

Color Harmonies of #012554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012554

Black with #012554

Text Example


Text Example

White with #012554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012554; }

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

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

background-color css

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

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

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

border-color css

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

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

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