Html Css Color HEX #02555A Mosque

📋 copy color: '#02555A'

red 2 ◦ green 85 ◦ blue 90

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

Shades of Mosque #02555A

Tints of Mosque #02555A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 48.02%

 BLUE value IS 90 (35.55% from 255) = 50.85%

R = 1.13%
G = 48.02%
B = 50.85%

CMYK

 C value IS 0.98

 M value IS 0.06

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#02555A (or 0x02555A) is known color: Mosque. HEX triplet: 02, 55 and 5A. RGB value is (2,85,90). Sum of RGB (Red+Green+Blue) = 2+85+90=177 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.13% from 177); Green value is 85 (33.59% from 255 or 48.02% from 177); Blue value is 90 (35.55% from 255 or 50.85% from 177); Max value from RGB is 90 - color contains mainly: blue. Hex color #02555A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02555A is #FDAAA5. Grayscale: #3C3C3C. Windows color (decimal): -16624294 or 5920002. OLE color: 5920002.

HSL color Cylindrical-coordinate representation of color #02555A: hue angle of 183.41º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02555A is Cyan = 0.98, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 2 85 90 -
CMYK 0.98 0.06 0 0.65
HSL 183.41º 0.96% 0.18% -
HSV(B) 183.41º 0.98% 0.35% -
XYZ 5.12 7.25 10.8 -
YUV 60.75 144.5 86.09 -
System Red Green Blue C M Y K H S L
Decimal 2 85 90 0.98 0.06 0 0.65 183.41 0.96 0.18
Hex 2 55 5A 62 6 0 41 B7 60 12
Octal 2 125 132 142 6 0 101 267 140 22
Binary 10 1010101 1011010 1100010 110 0 1000001 10110111 1100000 10010

Color Harmonies of #02555A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02555A

Black with #02555A

Text Example


Text Example

White with #02555A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02555A; }

 p { color: rgb(2,85,90); }

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

background-color css

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

 a { background-color: rgb(2,85,90); }

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

border-color css

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

 span { border-color: rgb(2,85,90); }

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