Html Css Color HEX #052863 Sapphire

📋 copy color: '#052863'

red 5 ◦ green 40 ◦ blue 99

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

Shades of Sapphire #052863

Tints of Sapphire #052863

RGB

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

 GREEN value IS 40 (16.02% from 255) = 27.78%

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

R = 3.47%
G = 27.78%
B = 68.75%

CMYK

 C value IS 0.95

 M value IS 0.60

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#052863 (or 0x052863) is known color: Sapphire. HEX triplet: 05, 28 and 63. RGB value is (5,40,99). Sum of RGB (Red+Green+Blue) = 5+40+99=144 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.47% from 144); Green value is 40 (16.02% from 255 or 27.78% from 144); Blue value is 99 (39.06% from 255 or 68.75% from 144); Max value from RGB is 99 - color contains mainly: blue. Hex color #052863 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052863 is #FAD79C. Grayscale: #232323. Windows color (decimal): -16439197 or 6498309. OLE color: 6498309.

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

Color convert

RGB 5 40 99 -
CMYK 0.95 0.60 0 0.61
HSL 217.66º 0.9% 0.2% -
HSV(B) 217.66º 0.95% 0.39% -
XYZ 3.07 2.45 12.12 -
YUV 36.26 163.4 105.7 -
System Red Green Blue C M Y K H S L
Decimal 5 40 99 0.95 0.60 0 0.61 217.66 0.9 0.2
Hex 5 28 63 5F 3C 0 3D DA 5A 14
Octal 5 50 143 137 74 0 75 332 132 24
Binary 101 101000 1100011 1011111 111100 0 111101 11011010 1011010 10100

Color Harmonies of #052863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052863

Black with #052863

Text Example


Text Example

White with #052863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052863; }

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

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

background-color css

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

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

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

border-color css

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

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

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