#026465

Color #026465 Mosque (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mosque #026465

Tints of Mosque #026465

Color information

#026465 (or 0x026465) is unknown color: approx Mosque. HEX triplet: 02, 64 and 65. RGB value is (2,100,101). Sum of RGB (Red+Green+Blue) = 2+100+101=203 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 203); Green value is 100 (39.45% from 255 or 49.26% from 203); Blue value is 101 (39.84% from 255 or 49.75% from 203); Max value from RGB is 101 - color contains mainly: blue. Hex color #026465 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026465 is #FD9B9A. Grayscale: #464646. Windows color (decimal): -16620443 or 6644738. OLE color: 6644738.

HSL color Cylindrical-coordinate representation of color #026465: hue angle of 180.61º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026465 is Cyan = 0.98, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2100101-
CMYK0.980.0100.60
HSL180.61º96.12%20.2%-
HSV(B)180.61º98.02%39.61%-
XYZ6.9310.0713.89-
YUV70.81145.0378.92-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.99%
GREEN value IS 100 (39.45% from 255) = 49.26%
BLUE value IS 101 (39.84% from 255) = 49.75%
R=0.99%
G=49.26%
B=49.75%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal21001010.980.0100.60180.6196.1220.2
Hex2646562103Cb56014
Octal2144145142107426514024
Binary101100100110010111000101011110010110101110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026465; }

 p { color: rgb(2,100,101); }

 H1.HeaderClassName
 {
   color: #026465;
 }
 .AnyTagClassName
 {
   color: #026465;
 }
</style>
background-color css

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

 a { background-color: rgb(2,100,101); }

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

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

 span { border-color: rgb(2,100,101); }

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