Html Css Color HEX #052258 Sapphire

📋 copy color: '#052258'

red 5 ◦ green 34 ◦ blue 88

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

Shades of Sapphire #052258

Tints of Sapphire #052258

RGB

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

 GREEN value IS 34 (13.67% from 255) = 26.77%

 BLUE value IS 88 (34.77% from 255) = 69.29%

R = 3.94%
G = 26.77%
B = 69.29%

CMYK

 C value IS 0.94

 M value IS 0.61

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#052258 (or 0x052258) is known color: Sapphire. HEX triplet: 05, 22 and 58. RGB value is (5,34,88). Sum of RGB (Red+Green+Blue) = 5+34+88=127 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.94% from 127); Green value is 34 (13.67% from 255 or 26.77% from 127); Blue value is 88 (34.77% from 255 or 69.29% from 127); Max value from RGB is 88 - color contains mainly: blue. Hex color #052258 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052258 is #FADDA7. Grayscale: #1F1F1F. Windows color (decimal): -16440744 or 5775877. OLE color: 5775877.

HSL color Cylindrical-coordinate representation of color #052258: hue angle of 219.04º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #052258 is Cyan = 0.94, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 5 34 88 -
CMYK 0.94 0.61 0 0.65
HSL 219.04º 0.89% 0.18% -
HSV(B) 219.04º 0.94% 0.35% -
XYZ 2.4 1.88 9.47 -
YUV 31.49 159.89 109.11 -
System Red Green Blue C M Y K H S L
Decimal 5 34 88 0.94 0.61 0 0.65 219.04 0.89 0.18
Hex 5 22 58 5E 3D 0 41 DB 59 12
Octal 5 42 130 136 75 0 101 333 131 22
Binary 101 100010 1011000 1011110 111101 0 1000001 11011011 1011001 10010

Color Harmonies of #052258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052258

Black with #052258

Text Example


Text Example

White with #052258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052258; }

 p { color: rgb(5,34,88); }

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

background-color css

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

 a { background-color: rgb(5,34,88); }

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

border-color css

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

 span { border-color: rgb(5,34,88); }

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