Html Css Color HEX #052454 Sapphire

📋 copy color: '#052454'

red 5 ◦ green 36 ◦ blue 84

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

Shades of Sapphire #052454

Tints of Sapphire #052454

RGB

 RED value IS 5 (2.34% from 255) = 4%

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

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

R = 4%
G = 28.8%
B = 67.2%

CMYK

 C value IS 0.94

 M value IS 0.57

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#052454 (or 0x052454) is known color: Sapphire. HEX triplet: 05, 24 and 54. RGB value is (5,36,84). Sum of RGB (Red+Green+Blue) = 5+36+84=125 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4% from 125); Green value is 36 (14.45% from 255 or 28.8% from 125); Blue value is 84 (33.20% from 255 or 67.2% from 125); Max value from RGB is 84 - color contains mainly: blue. Hex color #052454 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052454 is #FADBAB. Grayscale: #1F1F1F. Windows color (decimal): -16440236 or 5514245. OLE color: 5514245.

HSL color Cylindrical-coordinate representation of color #052454: hue angle of 216.46º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #052454 is Cyan = 0.94, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 5 36 84 -
CMYK 0.94 0.57 0 0.67
HSL 216.46º 0.89% 0.17% -
HSV(B) 216.46º 0.94% 0.33% -
XYZ 2.29 1.93 8.64 -
YUV 32.2 157.23 108.6 -
System Red Green Blue C M Y K H S L
Decimal 5 36 84 0.94 0.57 0 0.67 216.46 0.89 0.17
Hex 5 24 54 5E 39 0 43 D8 59 11
Octal 5 44 124 136 71 0 103 330 131 21
Binary 101 100100 1010100 1011110 111001 0 1000011 11011000 1011001 10001

Color Harmonies of #052454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052454

Black with #052454

Text Example


Text Example

White with #052454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052454; }

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

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

background-color css

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

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

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

border-color css

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

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

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