Html Css Color HEX #02595C Mosque

📋 copy color: '#02595C'

red 2 ◦ green 89 ◦ blue 92

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

Shades of Mosque #02595C

Tints of Mosque #02595C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 48.63%

 BLUE value IS 92 (36.33% from 255) = 50.27%

R = 1.09%
G = 48.63%
B = 50.27%

CMYK

 C value IS 0.98

 M value IS 0.03

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#02595C (or 0x02595C) is known color: Mosque. HEX triplet: 02, 59 and 5C. RGB value is (2,89,92). Sum of RGB (Red+Green+Blue) = 2+89+92=183 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 183); Green value is 89 (35.16% from 255 or 48.63% from 183); Blue value is 92 (36.33% from 255 or 50.27% from 183); Max value from RGB is 92 - color contains mainly: blue. Hex color #02595C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02595C is #FDA6A3. Grayscale: #3F3F3F. Windows color (decimal): -16623268 or 6052098. OLE color: 6052098.

HSL color Cylindrical-coordinate representation of color #02595C: hue angle of 182º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02595C is Cyan = 0.98, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 2 89 92 -
CMYK 0.98 0.03 0 0.64
HSL 182º 0.96% 0.18% -
HSV(B) 182º 0.98% 0.36% -
XYZ 5.53 7.93 11.36 -
YUV 63.33 144.18 84.26 -
System Red Green Blue C M Y K H S L
Decimal 2 89 92 0.98 0.03 0 0.64 182 0.96 0.18
Hex 2 59 5C 62 3 0 40 B6 60 12
Octal 2 131 134 142 3 0 100 266 140 22
Binary 10 1011001 1011100 1100010 11 0 1000000 10110110 1100000 10010

Color Harmonies of #02595C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02595C

Black with #02595C

Text Example


Text Example

White with #02595C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02595C; }

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

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

background-color css

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

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

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

border-color css

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

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

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