Html Css Color HEX #026053 Mosque

📋 copy color: '#026053'

red 2 ◦ green 96 ◦ blue 83

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

Shades of Mosque #026053

Tints of Mosque #026053

RGB

 RED value IS 2 (1.17% from 255) = 1.1%

 GREEN value IS 96 (37.89% from 255) = 53.04%

 BLUE value IS 83 (32.81% from 255) = 45.86%

R = 1.1%
G = 53.04%
B = 45.86%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.14

 K value IS 0.62

RGB Variations

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

Color information

#026053 (or 0x026053) is known color: Mosque. HEX triplet: 02, 60 and 53. RGB value is (2,96,83). Sum of RGB (Red+Green+Blue) = 2+96+83=181 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 181); Green value is 96 (37.89% from 255 or 53.04% from 181); Blue value is 83 (32.81% from 255 or 45.86% from 181); Max value from RGB is 96 - color contains mainly: green. Hex color #026053 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026053 is #FD9FAC. Grayscale: #424242. Windows color (decimal): -16621485 or 5464066. OLE color: 5464066.

HSL color Cylindrical-coordinate representation of color #026053: hue angle of 171.7º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026053 is Cyan = 0.98, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB 2 96 83 -
CMYK 0.98 0 0.14 0.62
HSL 171.7º 0.96% 0.19% -
HSV(B) 171.7º 0.98% 0.38% -
XYZ 5.77 9 9.62 -
YUV 66.41 137.36 82.06 -
System Red Green Blue C M Y K H S L
Decimal 2 96 83 0.98 0 0.14 0.62 171.7 0.96 0.19
Hex 2 60 53 62 0 E 3E AC 60 13
Octal 2 140 123 142 0 16 76 254 140 23
Binary 10 1100000 1010011 1100010 0 1110 111110 10101100 1100000 10011

Color Harmonies of #026053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026053

Black with #026053

Text Example


Text Example

White with #026053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026053; }

 p { color: rgb(2,96,83); }

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

background-color css

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

 a { background-color: rgb(2,96,83); }

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

border-color css

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

 span { border-color: rgb(2,96,83); }

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