Html Css Color HEX #052453 Sapphire

📋 copy color: '#052453'

red 5 ◦ green 36 ◦ blue 83

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

Shades of Sapphire #052453

Tints of Sapphire #052453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 66.94%

R = 4.03%
G = 29.03%
B = 66.94%

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

#052453 (or 0x052453) is known color: Sapphire. HEX triplet: 05, 24 and 53. RGB value is (5,36,83). Sum of RGB (Red+Green+Blue) = 5+36+83=124 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.03% from 124); Green value is 36 (14.45% from 255 or 29.03% from 124); Blue value is 83 (32.81% from 255 or 66.94% from 124); Max value from RGB is 83 - color contains mainly: blue. Hex color #052453 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052453 is #FADBAC. Grayscale: #1F1F1F. Windows color (decimal): -16440237 or 5448709. OLE color: 5448709.

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

Color convert

RGB 5 36 83 -
CMYK 0.94 0.57 0 0.67
HSL 216.15º 0.89% 0.17% -
HSV(B) 216.15º 0.94% 0.33% -
XYZ 2.25 1.92 8.44 -
YUV 32.09 156.73 108.68 -
System Red Green Blue C M Y K H S L
Decimal 5 36 83 0.94 0.57 0 0.67 216.15 0.89 0.17
Hex 5 24 53 5E 39 0 43 D8 59 11
Octal 5 44 123 136 71 0 103 330 131 21
Binary 101 100100 1010011 1011110 111001 0 1000011 11011000 1011001 10001

Color Harmonies of #052453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052453

Black with #052453

Text Example


Text Example

White with #052453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052453; }

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

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

background-color css

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

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

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

border-color css

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

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

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