Html Css Color HEX #052674 Sapphire

📋 copy color: '#052674'

red 5 ◦ green 38 ◦ blue 116

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

Shades of Sapphire #052674

Tints of Sapphire #052674

RGB

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

 GREEN value IS 38 (15.23% from 255) = 23.9%

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

R = 3.14%
G = 23.9%
B = 72.96%

CMYK

 C value IS 0.96

 M value IS 0.67

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#052674 (or 0x052674) is known color: Sapphire. HEX triplet: 05, 26 and 74. RGB value is (5,38,116). Sum of RGB (Red+Green+Blue) = 5+38+116=159 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.14% from 159); Green value is 38 (15.23% from 255 or 23.90% from 159); Blue value is 116 (45.70% from 255 or 72.96% from 159); Max value from RGB is 116 - color contains mainly: blue. Hex color #052674 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052674 is #FAD98B. Grayscale: #242424. Windows color (decimal): -16439692 or 7611909. OLE color: 7611909.

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

Color convert

RGB 5 38 116 -
CMYK 0.96 0.67 0 0.55
HSL 222.16º 0.92% 0.24% -
HSV(B) 222.16º 0.96% 0.45% -
XYZ 3.91 2.68 16.83 -
YUV 37.03 172.57 105.16 -
System Red Green Blue C M Y K H S L
Decimal 5 38 116 0.96 0.67 0 0.55 222.16 0.92 0.24
Hex 5 26 74 60 43 0 37 DE 5C 18
Octal 5 46 164 140 103 0 67 336 134 30
Binary 101 100110 1110100 1100000 1000011 0 110111 11011110 1011100 11000

Color Harmonies of #052674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052674

Black with #052674

Text Example


Text Example

White with #052674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052674; }

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

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

background-color css

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

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

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

border-color css

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

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

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