Html Css Color HEX #052662 Sapphire

📋 copy color: '#052662'

red 5 ◦ green 38 ◦ blue 98

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

Shades of Sapphire #052662

Tints of Sapphire #052662

RGB

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

 GREEN value IS 38 (15.23% from 255) = 26.95%

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

R = 3.55%
G = 26.95%
B = 69.5%

CMYK

 C value IS 0.95

 M value IS 0.61

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#052662 (or 0x052662) is known color: Sapphire. HEX triplet: 05, 26 and 62. RGB value is (5,38,98). Sum of RGB (Red+Green+Blue) = 5+38+98=141 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.55% from 141); Green value is 38 (15.23% from 255 or 26.95% from 141); Blue value is 98 (38.67% from 255 or 69.50% from 141); Max value from RGB is 98 - color contains mainly: blue. Hex color #052662 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052662 is #FAD99D. Grayscale: #222222. Windows color (decimal): -16439710 or 6432261. OLE color: 6432261.

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

Color convert

RGB 5 38 98 -
CMYK 0.95 0.61 0 0.62
HSL 218.71º 0.9% 0.2% -
HSV(B) 218.71º 0.95% 0.38% -
XYZ 2.96 2.3 11.84 -
YUV 34.97 163.57 106.62 -
System Red Green Blue C M Y K H S L
Decimal 5 38 98 0.95 0.61 0 0.62 218.71 0.9 0.2
Hex 5 26 62 5F 3D 0 3E DB 5A 14
Octal 5 46 142 137 75 0 76 333 132 24
Binary 101 100110 1100010 1011111 111101 0 111110 11011011 1011010 10100

Color Harmonies of #052662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052662

Black with #052662

Text Example


Text Example

White with #052662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052662; }

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

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

background-color css

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

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

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

border-color css

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

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

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