Html Css Color HEX #052354 Sapphire

📋 copy color: '#052354'

red 5 ◦ green 35 ◦ blue 84

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

Shades of Sapphire #052354

Tints of Sapphire #052354

RGB

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

 GREEN value IS 35 (14.06% from 255) = 28.23%

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

R = 4.03%
G = 28.23%
B = 67.74%

CMYK

 C value IS 0.94

 M value IS 0.58

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#052354 (or 0x052354) is known color: Sapphire. HEX triplet: 05, 23 and 54. RGB value is (5,35,84). Sum of RGB (Red+Green+Blue) = 5+35+84=124 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.03% from 124); Green value is 35 (14.06% from 255 or 28.23% from 124); Blue value is 84 (33.20% from 255 or 67.74% from 124); Max value from RGB is 84 - color contains mainly: blue. Hex color #052354 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052354 is #FADCAB. Grayscale: #1F1F1F. Windows color (decimal): -16440492 or 5513989. OLE color: 5513989.

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

Color convert

RGB 5 35 84 -
CMYK 0.94 0.58 0 0.67
HSL 217.22º 0.89% 0.17% -
HSV(B) 217.22º 0.94% 0.33% -
XYZ 2.26 1.87 8.63 -
YUV 31.62 157.56 109.02 -
System Red Green Blue C M Y K H S L
Decimal 5 35 84 0.94 0.58 0 0.67 217.22 0.89 0.17
Hex 5 23 54 5E 3A 0 43 D9 59 11
Octal 5 43 124 136 72 0 103 331 131 21
Binary 101 100011 1010100 1011110 111010 0 1000011 11011001 1011001 10001

Color Harmonies of #052354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052354

Black with #052354

Text Example


Text Example

White with #052354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052354; }

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

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

background-color css

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

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

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

border-color css

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

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

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