Html Css Color HEX #02665B Mosque

📋 copy color: '#02665B'

red 2 ◦ green 102 ◦ blue 91

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

Shades of Mosque #02665B

Tints of Mosque #02665B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 52.31%

 BLUE value IS 91 (35.94% from 255) = 46.67%

R = 1.03%
G = 52.31%
B = 46.67%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.11

 K value IS 0.6

RGB Variations

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

Color information

#02665B (or 0x02665B) is known color: Mosque. HEX triplet: 02, 66 and 5B. RGB value is (2,102,91). Sum of RGB (Red+Green+Blue) = 2+102+91=195 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 195); Green value is 102 (40.23% from 255 or 52.31% from 195); Blue value is 91 (35.94% from 255 or 46.67% from 195); Max value from RGB is 102 - color contains mainly: green. Hex color #02665B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02665B is #FD99A4. Grayscale: #464646. Windows color (decimal): -16619941 or 5989890. OLE color: 5989890.

HSL color Cylindrical-coordinate representation of color #02665B: hue angle of 173.4º 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 #02665B is Cyan = 0.98, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.6.

Color convert

RGB 2 102 91 -
CMYK 0.98 0 0.11 0.6
HSL 173.4º 0.96% 0.2% -
HSV(B) 173.4º 0.98% 0.4% -
XYZ 6.66 10.27 11.53 -
YUV 70.85 139.37 78.89 -
System Red Green Blue C M Y K H S L
Decimal 2 102 91 0.98 0 0.11 0.6 173.4 0.96 0.2
Hex 2 66 5B 62 0 B 3C AD 60 14
Octal 2 146 133 142 0 13 74 255 140 24
Binary 10 1100110 1011011 1100010 0 1011 111100 10101101 1100000 10100

Color Harmonies of #02665B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02665B

Black with #02665B

Text Example


Text Example

White with #02665B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02665B; }

 p { color: rgb(2,102,91); }

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

background-color css

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

 a { background-color: rgb(2,102,91); }

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

border-color css

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

 span { border-color: rgb(2,102,91); }

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