Html Css Color HEX #052561 Sapphire

📋 copy color: '#052561'

red 5 ◦ green 37 ◦ blue 97

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

Shades of Sapphire #052561

Tints of Sapphire #052561

RGB

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

 GREEN value IS 37 (14.84% from 255) = 26.62%

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

R = 3.6%
G = 26.62%
B = 69.78%

CMYK

 C value IS 0.95

 M value IS 0.62

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#052561 (or 0x052561) is known color: Sapphire. HEX triplet: 05, 25 and 61. RGB value is (5,37,97). Sum of RGB (Red+Green+Blue) = 5+37+97=139 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.60% from 139); Green value is 37 (14.84% from 255 or 26.62% from 139); Blue value is 97 (38.28% from 255 or 69.78% from 139); Max value from RGB is 97 - color contains mainly: blue. Hex color #052561 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052561 is #FADA9E. Grayscale: #222222. Windows color (decimal): -16439967 or 6366469. OLE color: 6366469.

HSL color Cylindrical-coordinate representation of color #052561: hue angle of 219.13º 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 #052561 is Cyan = 0.95, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 5 37 97 -
CMYK 0.95 0.62 0 0.62
HSL 219.13º 0.9% 0.2% -
HSV(B) 219.13º 0.95% 0.38% -
XYZ 2.88 2.22 11.59 -
YUV 34.27 163.4 107.12 -
System Red Green Blue C M Y K H S L
Decimal 5 37 97 0.95 0.62 0 0.62 219.13 0.9 0.2
Hex 5 25 61 5F 3E 0 3E DB 5A 14
Octal 5 45 141 137 76 0 76 333 132 24
Binary 101 100101 1100001 1011111 111110 0 111110 11011011 1011010 10100

Color Harmonies of #052561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052561

Black with #052561

Text Example


Text Example

White with #052561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052561; }

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

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

background-color css

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

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

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

border-color css

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

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

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