Html Css Color HEX #052568 Sapphire

📋 copy color: '#052568'

red 5 ◦ green 37 ◦ blue 104

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

Shades of Sapphire #052568

Tints of Sapphire #052568

RGB

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

 GREEN value IS 37 (14.84% from 255) = 25.34%

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

R = 3.42%
G = 25.34%
B = 71.23%

CMYK

 C value IS 0.95

 M value IS 0.64

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#052568 (or 0x052568) is known color: Sapphire. HEX triplet: 05, 25 and 68. RGB value is (5,37,104). Sum of RGB (Red+Green+Blue) = 5+37+104=146 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.42% from 146); Green value is 37 (14.84% from 255 or 25.34% from 146); Blue value is 104 (41.02% from 255 or 71.23% from 146); Max value from RGB is 104 - color contains mainly: blue. Hex color #052568 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052568 is #FADA97. Grayscale: #222222. Windows color (decimal): -16439960 or 6825221. OLE color: 6825221.

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

Color convert

RGB 5 37 104 -
CMYK 0.95 0.64 0 0.59
HSL 220.61º 0.91% 0.21% -
HSV(B) 220.61º 0.95% 0.41% -
XYZ 3.22 2.35 13.38 -
YUV 35.07 166.9 106.55 -
System Red Green Blue C M Y K H S L
Decimal 5 37 104 0.95 0.64 0 0.59 220.61 0.91 0.21
Hex 5 25 68 5F 40 0 3B DD 5B 15
Octal 5 45 150 137 100 0 73 335 133 25
Binary 101 100101 1101000 1011111 1000000 0 111011 11011101 1011011 10101

Color Harmonies of #052568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052568

Black with #052568

Text Example


Text Example

White with #052568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052568; }

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

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

background-color css

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

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

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

border-color css

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

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

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