Html Css Color HEX #052263 Sapphire

📋 copy color: '#052263'

red 5 ◦ green 34 ◦ blue 99

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

Shades of Sapphire #052263

Tints of Sapphire #052263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 71.74%

R = 3.62%
G = 24.64%
B = 71.74%

CMYK

 C value IS 0.95

 M value IS 0.66

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#052263 (or 0x052263) is known color: Sapphire. HEX triplet: 05, 22 and 63. RGB value is (5,34,99). Sum of RGB (Red+Green+Blue) = 5+34+99=138 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.62% from 138); Green value is 34 (13.67% from 255 or 24.64% from 138); Blue value is 99 (39.06% from 255 or 71.74% from 138); Max value from RGB is 99 - color contains mainly: blue. Hex color #052263 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052263 is #FADD9C. Grayscale: #202020. Windows color (decimal): -16440733 or 6496773. OLE color: 6496773.

HSL color Cylindrical-coordinate representation of color #052263: hue angle of 221.49º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #052263 is Cyan = 0.95, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 5 34 99 -
CMYK 0.95 0.66 0 0.61
HSL 221.49º 0.9% 0.2% -
HSV(B) 221.49º 0.95% 0.39% -
XYZ 2.89 2.08 12.05 -
YUV 32.74 165.39 108.21 -
System Red Green Blue C M Y K H S L
Decimal 5 34 99 0.95 0.66 0 0.61 221.49 0.9 0.2
Hex 5 22 63 5F 42 0 3D DD 5A 14
Octal 5 42 143 137 102 0 75 335 132 24
Binary 101 100010 1100011 1011111 1000010 0 111101 11011101 1011010 10100

Color Harmonies of #052263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052263

Black with #052263

Text Example


Text Example

White with #052263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052263; }

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

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

background-color css

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

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

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

border-color css

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

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

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