Html Css Color HEX #052074 Sapphire

📋 copy color: '#052074'

red 5 ◦ green 32 ◦ blue 116

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

Shades of Sapphire #052074

Tints of Sapphire #052074

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20.92%

 BLUE value IS 116 (45.7% from 255) = 75.82%

R = 3.27%
G = 20.92%
B = 75.82%

CMYK

 C value IS 0.96

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#052074 (or 0x052074) is known color: Sapphire. HEX triplet: 05, 20 and 74. RGB value is (5,32,116). Sum of RGB (Red+Green+Blue) = 5+32+116=153 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.27% from 153); Green value is 32 (12.89% from 255 or 20.92% from 153); Blue value is 116 (45.70% from 255 or 75.82% from 153); Max value from RGB is 116 - color contains mainly: blue. Hex color #052074 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052074 is #FADF8B. Grayscale: #212121. Windows color (decimal): -16441228 or 7610373. OLE color: 7610373.

HSL color Cylindrical-coordinate representation of color #052074: hue angle of 225.41º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052074 is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 5 32 116 -
CMYK 0.96 0.72 0 0.55
HSL 225.41º 0.92% 0.24% -
HSV(B) 225.41º 0.96% 0.45% -
XYZ 3.73 2.33 16.78 -
YUV 33.5 174.55 107.67 -
System Red Green Blue C M Y K H S L
Decimal 5 32 116 0.96 0.72 0 0.55 225.41 0.92 0.24
Hex 5 20 74 60 48 0 37 E1 5C 18
Octal 5 40 164 140 110 0 67 341 134 30
Binary 101 100000 1110100 1100000 1001000 0 110111 11100001 1011100 11000

Color Harmonies of #052074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052074

Black with #052074

Text Example


Text Example

White with #052074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052074; }

 p { color: rgb(5,32,116); }

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

background-color css

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

 a { background-color: rgb(5,32,116); }

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

border-color css

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

 span { border-color: rgb(5,32,116); }

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