Html Css Color HEX #02695D Mosque

📋 copy color: '#02695D'

red 2 ◦ green 105 ◦ blue 93

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

Shades of Mosque #02695D

Tints of Mosque #02695D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 52.5%

 BLUE value IS 93 (36.72% from 255) = 46.5%

R = 1%
G = 52.5%
B = 46.5%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#02695D (or 0x02695D) is known color: Mosque. HEX triplet: 02, 69 and 5D. RGB value is (2,105,93). Sum of RGB (Red+Green+Blue) = 2+105+93=200 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1% from 200); Green value is 105 (41.41% from 255 or 52.5% from 200); Blue value is 93 (36.72% from 255 or 46.5% from 200); Max value from RGB is 105 - color contains mainly: green. Hex color #02695D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02695D is #FD96A2. Grayscale: #484848. Windows color (decimal): -16619171 or 6121730. OLE color: 6121730.

HSL color Cylindrical-coordinate representation of color #02695D: hue angle of 173.01º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02695D is Cyan = 0.98, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB 2 105 93 -
CMYK 0.98 0 0.11 0.59
HSL 173.01º 0.96% 0.21% -
HSV(B) 173.01º 0.98% 0.41% -
XYZ 7.05 10.91 12.09 -
YUV 72.84 139.38 77.48 -
System Red Green Blue C M Y K H S L
Decimal 2 105 93 0.98 0 0.11 0.59 173.01 0.96 0.21
Hex 2 69 5D 62 0 B 3B AD 60 15
Octal 2 151 135 142 0 13 73 255 140 25
Binary 10 1101001 1011101 1100010 0 1011 111011 10101101 1100000 10101

Color Harmonies of #02695D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02695D

Black with #02695D

Text Example


Text Example

White with #02695D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02695D; }

 p { color: rgb(2,105,93); }

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

background-color css

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

 a { background-color: rgb(2,105,93); }

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

border-color css

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

 span { border-color: rgb(2,105,93); }

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