Html Css Color HEX #052768 Sapphire

📋 copy color: '#052768'

red 5 ◦ green 39 ◦ blue 104

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

Shades of Sapphire #052768

Tints of Sapphire #052768

RGB

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

 GREEN value IS 39 (15.63% from 255) = 26.35%

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

R = 3.38%
G = 26.35%
B = 70.27%

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

#052768 (or 0x052768) is known color: Sapphire. HEX triplet: 05, 27 and 68. RGB value is (5,39,104). Sum of RGB (Red+Green+Blue) = 5+39+104=148 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.38% from 148); Green value is 39 (15.62% from 255 or 26.35% from 148); Blue value is 104 (41.02% from 255 or 70.27% from 148); Max value from RGB is 104 - color contains mainly: blue. Hex color #052768 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052768 is #FAD897. Grayscale: #232323. Windows color (decimal): -16439448 or 6825733. OLE color: 6825733.

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

Color convert

RGB 5 39 104 -
CMYK 0.95 0.62 0 0.59
HSL 219.39º 0.91% 0.21% -
HSV(B) 219.39º 0.95% 0.41% -
XYZ 3.29 2.48 13.4 -
YUV 36.24 166.24 105.71 -
System Red Green Blue C M Y K H S L
Decimal 5 39 104 0.95 0.62 0 0.59 219.39 0.91 0.21
Hex 5 27 68 5F 3E 0 3B DB 5B 15
Octal 5 47 150 137 76 0 73 333 133 25
Binary 101 100111 1101000 1011111 111110 0 111011 11011011 1011011 10101

Color Harmonies of #052768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052768

Black with #052768

Text Example


Text Example

White with #052768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052768; }

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

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

background-color css

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

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

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

border-color css

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

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

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