Html Css Color HEX #052562 Sapphire

📋 copy color: '#052562'

red 5 ◦ green 37 ◦ blue 98

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

Shades of Sapphire #052562

Tints of Sapphire #052562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 70%

R = 3.57%
G = 26.43%
B = 70%

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

#052562 (or 0x052562) is known color: Sapphire. HEX triplet: 05, 25 and 62. RGB value is (5,37,98). Sum of RGB (Red+Green+Blue) = 5+37+98=140 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.57% from 140); Green value is 37 (14.84% from 255 or 26.43% from 140); Blue value is 98 (38.67% from 255 or 70% from 140); Max value from RGB is 98 - color contains mainly: blue. Hex color #052562 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052562 is #FADA9D. Grayscale: #222222. Windows color (decimal): -16439966 or 6432005. OLE color: 6432005.

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

Color convert

RGB 5 37 98 -
CMYK 0.95 0.62 0 0.62
HSL 219.35º 0.9% 0.2% -
HSV(B) 219.35º 0.95% 0.38% -
XYZ 2.93 2.24 11.83 -
YUV 34.39 163.9 107.04 -
System Red Green Blue C M Y K H S L
Decimal 5 37 98 0.95 0.62 0 0.62 219.35 0.9 0.2
Hex 5 25 62 5F 3E 0 3E DB 5A 14
Octal 5 45 142 137 76 0 76 333 132 24
Binary 101 100101 1100010 1011111 111110 0 111110 11011011 1011010 10100

Color Harmonies of #052562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052562

Black with #052562

Text Example


Text Example

White with #052562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052562; }

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

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

background-color css

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

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

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

border-color css

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

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

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