Html Css Color HEX #052250 Sapphire

📋 copy color: '#052250'

red 5 ◦ green 34 ◦ blue 80

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

Shades of Sapphire #052250

Tints of Sapphire #052250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 67.23%

R = 4.2%
G = 28.57%
B = 67.23%

CMYK

 C value IS 0.94

 M value IS 0.58

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#052250 (or 0x052250) is known color: Sapphire. HEX triplet: 05, 22 and 50. RGB value is (5,34,80). Sum of RGB (Red+Green+Blue) = 5+34+80=119 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.20% from 119); Green value is 34 (13.67% from 255 or 28.57% from 119); Blue value is 80 (31.64% from 255 or 67.23% from 119); Max value from RGB is 80 - color contains mainly: blue. Hex color #052250 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052250 is #FADDAF. Grayscale: #1E1E1E. Windows color (decimal): -16440752 or 5251589. OLE color: 5251589.

HSL color Cylindrical-coordinate representation of color #052250: hue angle of 216.8º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #052250 is Cyan = 0.94, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 5 34 80 -
CMYK 0.94 0.58 0 0.69
HSL 216.8º 0.88% 0.17% -
HSV(B) 216.8º 0.94% 0.31% -
XYZ 2.08 1.76 7.82 -
YUV 30.57 155.89 109.76 -
System Red Green Blue C M Y K H S L
Decimal 5 34 80 0.94 0.58 0 0.69 216.8 0.88 0.17
Hex 5 22 50 5E 3A 0 45 D9 58 11
Octal 5 42 120 136 72 0 105 331 130 21
Binary 101 100010 1010000 1011110 111010 0 1000101 11011001 1011000 10001

Color Harmonies of #052250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052250

Black with #052250

Text Example


Text Example

White with #052250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052250; }

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

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

background-color css

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

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

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

border-color css

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

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

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