Html Css Color HEX #052C6A Sapphire

📋 copy color: '#052C6A'

red 5 ◦ green 44 ◦ blue 106

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

Shades of Sapphire #052C6A

Tints of Sapphire #052C6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 68.39%

R = 3.23%
G = 28.39%
B = 68.39%

CMYK

 C value IS 0.95

 M value IS 0.58

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#052C6A (or 0x052C6A) is known color: Sapphire. HEX triplet: 05, 2C and 6A. RGB value is (5,44,106). Sum of RGB (Red+Green+Blue) = 5+44+106=155 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.23% from 155); Green value is 44 (17.58% from 255 or 28.39% from 155); Blue value is 106 (41.80% from 255 or 68.39% from 155); Max value from RGB is 106 - color contains mainly: blue. Hex color #052C6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052C6A is #FAD395. Grayscale: #272727. Windows color (decimal): -16438166 or 6958085. OLE color: 6958085.

HSL color Cylindrical-coordinate representation of color #052C6A: hue angle of 216.83º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #052C6A is Cyan = 0.95, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 5 44 106 -
CMYK 0.95 0.58 0 0.58
HSL 216.83º 0.91% 0.22% -
HSV(B) 216.83º 0.95% 0.42% -
XYZ 3.56 2.87 14 -
YUV 39.41 165.58 103.46 -
System Red Green Blue C M Y K H S L
Decimal 5 44 106 0.95 0.58 0 0.58 216.83 0.91 0.22
Hex 5 2C 6A 5F 3A 0 3A D9 5B 16
Octal 5 54 152 137 72 0 72 331 133 26
Binary 101 101100 1101010 1011111 111010 0 111010 11011001 1011011 10110

Color Harmonies of #052C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052C6A

Black with #052C6A

Text Example


Text Example

White with #052C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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