Html Css Color HEX #052764 Sapphire

📋 copy color: '#052764'

red 5 ◦ green 39 ◦ blue 100

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

Shades of Sapphire #052764

Tints of Sapphire #052764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 69.44%

R = 3.47%
G = 27.08%
B = 69.44%

CMYK

 C value IS 0.95

 M value IS 0.61

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#052764 (or 0x052764) is known color: Sapphire. HEX triplet: 05, 27 and 64. RGB value is (5,39,100). Sum of RGB (Red+Green+Blue) = 5+39+100=144 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.47% from 144); Green value is 39 (15.62% from 255 or 27.08% from 144); Blue value is 100 (39.45% from 255 or 69.44% from 144); Max value from RGB is 100 - color contains mainly: blue. Hex color #052764 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052764 is #FAD89B. Grayscale: #232323. Windows color (decimal): -16439452 or 6563589. OLE color: 6563589.

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

Color convert

RGB 5 39 100 -
CMYK 0.95 0.61 0 0.61
HSL 218.53º 0.9% 0.21% -
HSV(B) 218.53º 0.95% 0.39% -
XYZ 3.09 2.4 12.36 -
YUV 35.79 164.24 106.04 -
System Red Green Blue C M Y K H S L
Decimal 5 39 100 0.95 0.61 0 0.61 218.53 0.9 0.21
Hex 5 27 64 5F 3D 0 3D DB 5A 15
Octal 5 47 144 137 75 0 75 333 132 25
Binary 101 100111 1100100 1011111 111101 0 111101 11011011 1011010 10101

Color Harmonies of #052764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052764

Black with #052764

Text Example


Text Example

White with #052764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052764; }

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

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

background-color css

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

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

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

border-color css

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

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

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