Html Css Color HEX #052868 Sapphire

📋 copy color: '#052868'

red 5 ◦ green 40 ◦ blue 104

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

Shades of Sapphire #052868

Tints of Sapphire #052868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 69.8%

R = 3.36%
G = 26.85%
B = 69.8%

CMYK

 C value IS 0.95

 M value IS 0.62

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#052868 (or 0x052868) is known color: Sapphire. HEX triplet: 05, 28 and 68. RGB value is (5,40,104). Sum of RGB (Red+Green+Blue) = 5+40+104=149 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.36% from 149); Green value is 40 (16.02% from 255 or 26.85% from 149); Blue value is 104 (41.02% from 255 or 69.80% from 149); Max value from RGB is 104 - color contains mainly: blue. Hex color #052868 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052868 is #FAD797. Grayscale: #242424. Windows color (decimal): -16439192 or 6825989. OLE color: 6825989.

HSL color Cylindrical-coordinate representation of color #052868: hue angle of 218.79º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #052868 is Cyan = 0.95, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 5 40 104 -
CMYK 0.95 0.62 0 0.59
HSL 218.79º 0.91% 0.21% -
HSV(B) 218.79º 0.95% 0.41% -
XYZ 3.32 2.55 13.41 -
YUV 36.83 165.9 105.3 -
System Red Green Blue C M Y K H S L
Decimal 5 40 104 0.95 0.62 0 0.59 218.79 0.91 0.21
Hex 5 28 68 5F 3E 0 3B DB 5B 15
Octal 5 50 150 137 76 0 73 333 133 25
Binary 101 101000 1101000 1011111 111110 0 111011 11011011 1011011 10101

Color Harmonies of #052868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052868

Black with #052868

Text Example


Text Example

White with #052868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052868; }

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

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

background-color css

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

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

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

border-color css

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

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

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