Html Css Color HEX #02675C Mosque

📋 copy color: '#02675C'

red 2 ◦ green 103 ◦ blue 92

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

Shades of Mosque #02675C

Tints of Mosque #02675C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 52.28%

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

R = 1.02%
G = 52.28%
B = 46.7%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.11

 K value IS 0.60

RGB Variations

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

Color information

#02675C (or 0x02675C) is known color: Mosque. HEX triplet: 02, 67 and 5C. RGB value is (2,103,92). Sum of RGB (Red+Green+Blue) = 2+103+92=197 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 197); Green value is 103 (40.62% from 255 or 52.28% from 197); Blue value is 92 (36.33% from 255 or 46.70% from 197); Max value from RGB is 103 - color contains mainly: green. Hex color #02675C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02675C is #FD98A3. Grayscale: #474747. Windows color (decimal): -16619684 or 6055682. OLE color: 6055682.

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

Color convert

RGB 2 103 92 -
CMYK 0.98 0 0.11 0.60
HSL 173.47º 0.96% 0.21% -
HSV(B) 173.47º 0.98% 0.4% -
XYZ 6.81 10.49 11.79 -
YUV 71.55 139.54 78.39 -
System Red Green Blue C M Y K H S L
Decimal 2 103 92 0.98 0 0.11 0.60 173.47 0.96 0.21
Hex 2 67 5C 62 0 B 3C AD 60 15
Octal 2 147 134 142 0 13 74 255 140 25
Binary 10 1100111 1011100 1100010 0 1011 111100 10101101 1100000 10101

Color Harmonies of #02675C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02675C

Black with #02675C

Text Example


Text Example

White with #02675C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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