Html Css Color HEX #052C7C Sapphire

📋 copy color: '#052C7C'

red 5 ◦ green 44 ◦ blue 124

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

Shades of Sapphire #052C7C

Tints of Sapphire #052C7C

RGB

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

 GREEN value IS 44 (17.58% from 255) = 25.43%

 BLUE value IS 124 (48.83% from 255) = 71.68%

R = 2.89%
G = 25.43%
B = 71.68%

CMYK

 C value IS 0.96

 M value IS 0.65

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#052C7C (or 0x052C7C) is known color: Sapphire. HEX triplet: 05, 2C and 7C. RGB value is (5,44,124). Sum of RGB (Red+Green+Blue) = 5+44+124=173 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.89% from 173); Green value is 44 (17.58% from 255 or 25.43% from 173); Blue value is 124 (48.83% from 255 or 71.68% from 173); Max value from RGB is 124 - color contains mainly: blue. Hex color #052C7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052C7C is #FAD383. Grayscale: #292929. Windows color (decimal): -16438148 or 8137733. OLE color: 8137733.

HSL color Cylindrical-coordinate representation of color #052C7C: hue angle of 220.34º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052C7C is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 5 44 124 -
CMYK 0.96 0.65 0 0.51
HSL 220.34º 0.92% 0.25% -
HSV(B) 220.34º 0.96% 0.49% -
XYZ 4.6 3.29 19.46 -
YUV 41.46 174.58 102 -
System Red Green Blue C M Y K H S L
Decimal 5 44 124 0.96 0.65 0 0.51 220.34 0.92 0.25
Hex 5 2C 7C 60 41 0 33 DC 5C 19
Octal 5 54 174 140 101 0 63 334 134 31
Binary 101 101100 1111100 1100000 1000001 0 110011 11011100 1011100 11001

Color Harmonies of #052C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052C7C

Black with #052C7C

Text Example


Text Example

White with #052C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052C7C; }

 p { color: rgb(5,44,124); }

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

background-color css

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

 a { background-color: rgb(5,44,124); }

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

border-color css

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

 span { border-color: rgb(5,44,124); }

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