Html Css Color HEX #052151 Sapphire

📋 copy color: '#052151'

red 5 ◦ green 33 ◦ blue 81

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

Shades of Sapphire #052151

Tints of Sapphire #052151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 68.07%

R = 4.2%
G = 27.73%
B = 68.07%

CMYK

 C value IS 0.94

 M value IS 0.59

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#052151 (or 0x052151) is known color: Sapphire. HEX triplet: 05, 21 and 51. RGB value is (5,33,81). Sum of RGB (Red+Green+Blue) = 5+33+81=119 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.20% from 119); Green value is 33 (13.28% from 255 or 27.73% from 119); Blue value is 81 (32.03% from 255 or 68.07% from 119); Max value from RGB is 81 - color contains mainly: blue. Hex color #052151 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052151 is #FADEAE. Grayscale: #1D1D1D. Windows color (decimal): -16441007 or 5316869. OLE color: 5316869.

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

Color convert

RGB 5 33 81 -
CMYK 0.94 0.59 0 0.68
HSL 217.89º 0.88% 0.17% -
HSV(B) 217.89º 0.94% 0.32% -
XYZ 2.09 1.71 8.01 -
YUV 30.1 156.72 110.1 -
System Red Green Blue C M Y K H S L
Decimal 5 33 81 0.94 0.59 0 0.68 217.89 0.88 0.17
Hex 5 21 51 5E 3B 0 44 DA 58 11
Octal 5 41 121 136 73 0 104 332 130 21
Binary 101 100001 1010001 1011110 111011 0 1000100 11011010 1011000 10001

Color Harmonies of #052151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052151

Black with #052151

Text Example


Text Example

White with #052151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052151; }

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

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

background-color css

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

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

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

border-color css

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

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

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