Html Css Color HEX #012454 Sapphire

📋 copy color: '#012454'

red 1 ◦ green 36 ◦ blue 84

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

Shades of Sapphire #012454

Tints of Sapphire #012454

RGB

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

 GREEN value IS 36 (14.45% from 255) = 29.75%

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

R = 0.83%
G = 29.75%
B = 69.42%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#012454 (or 0x012454) is known color: Sapphire. HEX triplet: 01, 24 and 54. RGB value is (1,36,84). Sum of RGB (Red+Green+Blue) = 1+36+84=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 36 (14.45% from 255 or 29.75% from 121); Blue value is 84 (33.20% from 255 or 69.42% from 121); Max value from RGB is 84 - color contains mainly: blue. Hex color #012454 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012454 is #FEDBAB. Grayscale: #1E1E1E. Windows color (decimal): -16702380 or 5514241. OLE color: 5514241.

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

Color convert

RGB 1 36 84 -
CMYK 0.99 0.57 0 0.67
HSL 214.7º 0.98% 0.17% -
HSV(B) 214.7º 0.99% 0.33% -
XYZ 2.24 1.91 8.64 -
YUV 31.01 157.9 106.6 -
System Red Green Blue C M Y K H S L
Decimal 1 36 84 0.99 0.57 0 0.67 214.7 0.98 0.17
Hex 1 24 54 63 39 0 43 D7 62 11
Octal 1 44 124 143 71 0 103 327 142 21
Binary 1 100100 1010100 1100011 111001 0 1000011 11010111 1100010 10001

Color Harmonies of #012454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012454

Black with #012454

Text Example


Text Example

White with #012454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012454; }

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

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

background-color css

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

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

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

border-color css

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

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

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