Html Css Color HEX #052654 Sapphire

📋 copy color: '#052654'

red 5 ◦ green 38 ◦ blue 84

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

Shades of Sapphire #052654

Tints of Sapphire #052654

RGB

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

 GREEN value IS 38 (15.23% from 255) = 29.92%

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

R = 3.94%
G = 29.92%
B = 66.14%

CMYK

 C value IS 0.94

 M value IS 0.55

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#052654 (or 0x052654) is known color: Sapphire. HEX triplet: 05, 26 and 54. RGB value is (5,38,84). Sum of RGB (Red+Green+Blue) = 5+38+84=127 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.94% from 127); Green value is 38 (15.23% from 255 or 29.92% from 127); Blue value is 84 (33.20% from 255 or 66.14% from 127); Max value from RGB is 84 - color contains mainly: blue. Hex color #052654 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052654 is #FAD9AB. Grayscale: #212121. Windows color (decimal): -16439724 or 5514757. OLE color: 5514757.

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

Color convert

RGB 5 38 84 -
CMYK 0.94 0.55 0 0.67
HSL 214.94º 0.89% 0.17% -
HSV(B) 214.94º 0.94% 0.33% -
XYZ 2.36 2.06 8.66 -
YUV 33.38 156.57 107.76 -
System Red Green Blue C M Y K H S L
Decimal 5 38 84 0.94 0.55 0 0.67 214.94 0.89 0.17
Hex 5 26 54 5E 37 0 43 D7 59 11
Octal 5 46 124 136 67 0 103 327 131 21
Binary 101 100110 1010100 1011110 110111 0 1000011 11010111 1011001 10001

Color Harmonies of #052654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052654

Black with #052654

Text Example


Text Example

White with #052654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052654; }

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

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

background-color css

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

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

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

border-color css

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

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

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