Html Css Color HEX #052161 Sapphire

📋 copy color: '#052161'

red 5 ◦ green 33 ◦ blue 97

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

Shades of Sapphire #052161

Tints of Sapphire #052161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 71.85%

R = 3.7%
G = 24.44%
B = 71.85%

CMYK

 C value IS 0.95

 M value IS 0.66

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#052161 (or 0x052161) is known color: Sapphire. HEX triplet: 05, 21 and 61. RGB value is (5,33,97). Sum of RGB (Red+Green+Blue) = 5+33+97=135 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.70% from 135); Green value is 33 (13.28% from 255 or 24.44% from 135); Blue value is 97 (38.28% from 255 or 71.85% from 135); Max value from RGB is 97 - color contains mainly: blue. Hex color #052161 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052161 is #FADE9E. Grayscale: #1F1F1F. Windows color (decimal): -16440991 or 6365445. OLE color: 6365445.

HSL color Cylindrical-coordinate representation of color #052161: hue angle of 221.74º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #052161 is Cyan = 0.95, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 5 33 97 -
CMYK 0.95 0.66 0 0.62
HSL 221.74º 0.9% 0.2% -
HSV(B) 221.74º 0.95% 0.38% -
XYZ 2.76 1.98 11.55 -
YUV 31.92 164.72 108.8 -
System Red Green Blue C M Y K H S L
Decimal 5 33 97 0.95 0.66 0 0.62 221.74 0.9 0.2
Hex 5 21 61 5F 42 0 3E DE 5A 14
Octal 5 41 141 137 102 0 76 336 132 24
Binary 101 100001 1100001 1011111 1000010 0 111110 11011110 1011010 10100

Color Harmonies of #052161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052161

Black with #052161

Text Example


Text Example

White with #052161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052161; }

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

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

background-color css

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

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

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

border-color css

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

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

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