Html Css Color HEX #052277 Sapphire

📋 copy color: '#052277'

red 5 ◦ green 34 ◦ blue 119

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

Shades of Sapphire #052277

Tints of Sapphire #052277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 75.32%

R = 3.16%
G = 21.52%
B = 75.32%

CMYK

 C value IS 0.96

 M value IS 0.71

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#052277 (or 0x052277) is known color: Sapphire. HEX triplet: 05, 22 and 77. RGB value is (5,34,119). Sum of RGB (Red+Green+Blue) = 5+34+119=158 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.16% from 158); Green value is 34 (13.67% from 255 or 21.52% from 158); Blue value is 119 (46.88% from 255 or 75.32% from 158); Max value from RGB is 119 - color contains mainly: blue. Hex color #052277 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052277 is #FADD88. Grayscale: #222222. Windows color (decimal): -16440713 or 7807493. OLE color: 7807493.

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

Color convert

RGB 5 34 119 -
CMYK 0.96 0.71 0 0.53
HSL 224.74º 0.92% 0.24% -
HSV(B) 224.74º 0.96% 0.47% -
XYZ 3.96 2.51 17.73 -
YUV 35.02 175.39 106.59 -
System Red Green Blue C M Y K H S L
Decimal 5 34 119 0.96 0.71 0 0.53 224.74 0.92 0.24
Hex 5 22 77 60 47 0 35 E1 5C 18
Octal 5 42 167 140 107 0 65 341 134 30
Binary 101 100010 1110111 1100000 1000111 0 110101 11100001 1011100 11000

Color Harmonies of #052277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052277

Black with #052277

Text Example


Text Example

White with #052277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052277; }

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

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

background-color css

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

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

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

border-color css

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

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

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