Html Css Color HEX #052962 Sapphire

📋 copy color: '#052962'

red 5 ◦ green 41 ◦ blue 98

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

Shades of Sapphire #052962

Tints of Sapphire #052962

RGB

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

 GREEN value IS 41 (16.41% from 255) = 28.47%

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

R = 3.47%
G = 28.47%
B = 68.06%

CMYK

 C value IS 0.95

 M value IS 0.58

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#052962 (or 0x052962) is known color: Sapphire. HEX triplet: 05, 29 and 62. RGB value is (5,41,98). Sum of RGB (Red+Green+Blue) = 5+41+98=144 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.47% from 144); Green value is 41 (16.41% from 255 or 28.47% from 144); Blue value is 98 (38.67% from 255 or 68.06% from 144); Max value from RGB is 98 - color contains mainly: blue. Hex color #052962 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052962 is #FAD69D. Grayscale: #242424. Windows color (decimal): -16438942 or 6433029. OLE color: 6433029.

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

Color convert

RGB 5 41 98 -
CMYK 0.95 0.58 0 0.62
HSL 216.77º 0.9% 0.2% -
HSV(B) 216.77º 0.95% 0.38% -
XYZ 3.06 2.5 11.88 -
YUV 36.73 162.57 105.37 -
System Red Green Blue C M Y K H S L
Decimal 5 41 98 0.95 0.58 0 0.62 216.77 0.9 0.2
Hex 5 29 62 5F 3A 0 3E D9 5A 14
Octal 5 51 142 137 72 0 76 331 132 24
Binary 101 101001 1100010 1011111 111010 0 111110 11011001 1011010 10100

Color Harmonies of #052962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052962

Black with #052962

Text Example


Text Example

White with #052962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052962; }

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

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

background-color css

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

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

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

border-color css

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

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

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