Html Css Color HEX #052474 Sapphire

📋 copy color: '#052474'

red 5 ◦ green 36 ◦ blue 116

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

Shades of Sapphire #052474

Tints of Sapphire #052474

RGB

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

 GREEN value IS 36 (14.45% from 255) = 22.93%

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

R = 3.18%
G = 22.93%
B = 73.89%

CMYK

 C value IS 0.96

 M value IS 0.69

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#052474 (or 0x052474) is known color: Sapphire. HEX triplet: 05, 24 and 74. RGB value is (5,36,116). Sum of RGB (Red+Green+Blue) = 5+36+116=157 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.18% from 157); Green value is 36 (14.45% from 255 or 22.93% from 157); Blue value is 116 (45.70% from 255 or 73.89% from 157); Max value from RGB is 116 - color contains mainly: blue. Hex color #052474 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052474 is #FADB8B. Grayscale: #232323. Windows color (decimal): -16440204 or 7611397. OLE color: 7611397.

HSL color Cylindrical-coordinate representation of color #052474: hue angle of 223.24º 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 #052474 is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 5 36 116 -
CMYK 0.96 0.69 0 0.55
HSL 223.24º 0.92% 0.24% -
HSV(B) 223.24º 0.96% 0.45% -
XYZ 3.85 2.55 16.81 -
YUV 35.85 173.23 106 -
System Red Green Blue C M Y K H S L
Decimal 5 36 116 0.96 0.69 0 0.55 223.24 0.92 0.24
Hex 5 24 74 60 45 0 37 DF 5C 18
Octal 5 44 164 140 105 0 67 337 134 30
Binary 101 100100 1110100 1100000 1000101 0 110111 11011111 1011100 11000

Color Harmonies of #052474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052474

Black with #052474

Text Example


Text Example

White with #052474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052474; }

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

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

background-color css

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

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

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

border-color css

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

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

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