Html Css Color HEX #02695C Mosque

📋 copy color: '#02695C'

red 2 ◦ green 105 ◦ blue 92

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

Shades of Mosque #02695C

Tints of Mosque #02695C

RGB

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

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

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

R = 1.01%
G = 52.76%
B = 46.23%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#02695C (or 0x02695C) is known color: Mosque. HEX triplet: 02, 69 and 5C. RGB value is (2,105,92). Sum of RGB (Red+Green+Blue) = 2+105+92=199 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 199); Green value is 105 (41.41% from 255 or 52.76% from 199); Blue value is 92 (36.33% from 255 or 46.23% from 199); Max value from RGB is 105 - color contains mainly: green. Hex color #02695C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02695C is #FD96A3. Grayscale: #484848. Windows color (decimal): -16619172 or 6056194. OLE color: 6056194.

HSL color Cylindrical-coordinate representation of color #02695C: hue angle of 172.43º 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 #02695C is Cyan = 0.98, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB 2 105 92 -
CMYK 0.98 0 0.12 0.59
HSL 172.43º 0.96% 0.21% -
HSV(B) 172.43º 0.98% 0.41% -
XYZ 7.01 10.89 11.86 -
YUV 72.72 138.88 77.56 -
System Red Green Blue C M Y K H S L
Decimal 2 105 92 0.98 0 0.12 0.59 172.43 0.96 0.21
Hex 2 69 5C 62 0 C 3B AC 60 15
Octal 2 151 134 142 0 14 73 254 140 25
Binary 10 1101001 1011100 1100010 0 1100 111011 10101100 1100000 10101

Color Harmonies of #02695C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02695C

Black with #02695C

Text Example


Text Example

White with #02695C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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