Html Css Color HEX #052874 Sapphire

📋 copy color: '#052874'

red 5 ◦ green 40 ◦ blue 116

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

Shades of Sapphire #052874

Tints of Sapphire #052874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 72.05%

R = 3.11%
G = 24.84%
B = 72.05%

CMYK

 C value IS 0.96

 M value IS 0.66

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#052874 (or 0x052874) is known color: Sapphire. HEX triplet: 05, 28 and 74. RGB value is (5,40,116). Sum of RGB (Red+Green+Blue) = 5+40+116=161 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.11% from 161); Green value is 40 (16.02% from 255 or 24.84% from 161); Blue value is 116 (45.70% from 255 or 72.05% from 161); Max value from RGB is 116 - color contains mainly: blue. Hex color #052874 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052874 is #FAD78B. Grayscale: #252525. Windows color (decimal): -16439180 or 7612421. OLE color: 7612421.

HSL color Cylindrical-coordinate representation of color #052874: hue angle of 221.08º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052874 is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 5 40 116 -
CMYK 0.96 0.66 0 0.55
HSL 221.08º 0.92% 0.24% -
HSV(B) 221.08º 0.96% 0.45% -
XYZ 3.97 2.81 16.86 -
YUV 38.2 171.9 104.32 -
System Red Green Blue C M Y K H S L
Decimal 5 40 116 0.96 0.66 0 0.55 221.08 0.92 0.24
Hex 5 28 74 60 42 0 37 DD 5C 18
Octal 5 50 164 140 102 0 67 335 134 30
Binary 101 101000 1110100 1100000 1000010 0 110111 11011101 1011100 11000

Color Harmonies of #052874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052874

Black with #052874

Text Example


Text Example

White with #052874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052874; }

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

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

background-color css

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

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

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

border-color css

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

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

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