Html Css Color HEX #026059 Mosque

📋 copy color: '#026059'

red 2 ◦ green 96 ◦ blue 89

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

Shades of Mosque #026059

Tints of Mosque #026059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 47.59%

R = 1.07%
G = 51.34%
B = 47.59%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#026059 (or 0x026059) is known color: Mosque. HEX triplet: 02, 60 and 59. RGB value is (2,96,89). Sum of RGB (Red+Green+Blue) = 2+96+89=187 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.07% from 187); Green value is 96 (37.89% from 255 or 51.34% from 187); Blue value is 89 (35.16% from 255 or 47.59% from 187); Max value from RGB is 96 - color contains mainly: green. Hex color #026059 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026059 is #FD9FA6. Grayscale: #434343. Windows color (decimal): -16621479 or 5857282. OLE color: 5857282.

HSL color Cylindrical-coordinate representation of color #026059: hue angle of 175.53º 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 #026059 is Cyan = 0.98, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB 2 96 89 -
CMYK 0.98 0 0.07 0.62
HSL 175.53º 0.96% 0.19% -
HSV(B) 175.53º 0.98% 0.38% -
XYZ 6.01 9.1 10.89 -
YUV 67.1 140.36 81.57 -
System Red Green Blue C M Y K H S L
Decimal 2 96 89 0.98 0 0.07 0.62 175.53 0.96 0.19
Hex 2 60 59 62 0 7 3E B0 60 13
Octal 2 140 131 142 0 7 76 260 140 23
Binary 10 1100000 1011001 1100010 0 111 111110 10110000 1100000 10011

Color Harmonies of #026059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026059

Black with #026059

Text Example


Text Example

White with #026059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026059; }

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

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

background-color css

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

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

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

border-color css

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

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

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