Html Css Color HEX #052150 Sapphire

📋 copy color: '#052150'

red 5 ◦ green 33 ◦ blue 80

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

Shades of Sapphire #052150

Tints of Sapphire #052150

RGB

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

 GREEN value IS 33 (13.28% from 255) = 27.97%

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

R = 4.24%
G = 27.97%
B = 67.8%

CMYK

 C value IS 0.94

 M value IS 0.59

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#052150 (or 0x052150) is known color: Sapphire. HEX triplet: 05, 21 and 50. RGB value is (5,33,80). Sum of RGB (Red+Green+Blue) = 5+33+80=118 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.24% from 118); Green value is 33 (13.28% from 255 or 27.97% from 118); Blue value is 80 (31.64% from 255 or 67.80% from 118); Max value from RGB is 80 - color contains mainly: blue. Hex color #052150 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052150 is #FADEAF. Grayscale: #1D1D1D. Windows color (decimal): -16441008 or 5251333. OLE color: 5251333.

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

Color convert

RGB 5 33 80 -
CMYK 0.94 0.59 0 0.69
HSL 217.6º 0.88% 0.17% -
HSV(B) 217.6º 0.94% 0.31% -
XYZ 2.05 1.7 7.81 -
YUV 29.99 156.22 110.18 -
System Red Green Blue C M Y K H S L
Decimal 5 33 80 0.94 0.59 0 0.69 217.6 0.88 0.17
Hex 5 21 50 5E 3B 0 45 DA 58 11
Octal 5 41 120 136 73 0 105 332 130 21
Binary 101 100001 1010000 1011110 111011 0 1000101 11011010 1011000 10001

Color Harmonies of #052150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052150

Black with #052150

Text Example


Text Example

White with #052150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052150; }

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

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

background-color css

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

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

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

border-color css

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

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

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