Html Css Color HEX #052274 Sapphire

📋 copy color: '#052274'

red 5 ◦ green 34 ◦ blue 116

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

Shades of Sapphire #052274

Tints of Sapphire #052274

RGB

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

 GREEN value IS 34 (13.67% from 255) = 21.94%

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

R = 3.23%
G = 21.94%
B = 74.84%

CMYK

 C value IS 0.96

 M value IS 0.71

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#052274 (or 0x052274) is known color: Sapphire. HEX triplet: 05, 22 and 74. RGB value is (5,34,116). Sum of RGB (Red+Green+Blue) = 5+34+116=155 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.23% from 155); Green value is 34 (13.67% from 255 or 21.94% from 155); Blue value is 116 (45.70% from 255 or 74.84% from 155); Max value from RGB is 116 - color contains mainly: blue. Hex color #052274 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052274 is #FADD8B. Grayscale: #222222. Windows color (decimal): -16440716 or 7610885. OLE color: 7610885.

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

Color convert

RGB 5 34 116 -
CMYK 0.96 0.71 0 0.55
HSL 224.32º 0.92% 0.24% -
HSV(B) 224.32º 0.96% 0.45% -
XYZ 3.79 2.44 16.79 -
YUV 34.68 173.89 106.83 -
System Red Green Blue C M Y K H S L
Decimal 5 34 116 0.96 0.71 0 0.55 224.32 0.92 0.24
Hex 5 22 74 60 47 0 37 E0 5C 18
Octal 5 42 164 140 107 0 67 340 134 30
Binary 101 100010 1110100 1100000 1000111 0 110111 11100000 1011100 11000

Color Harmonies of #052274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052274

Black with #052274

Text Example


Text Example

White with #052274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052274; }

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

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

background-color css

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

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

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

border-color css

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

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

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