Html Css Color HEX #01665B Mosque

📋 copy color: '#01665B'

red 1 ◦ green 102 ◦ blue 91

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

Shades of Mosque #01665B

Tints of Mosque #01665B

RGB

 RED value IS 1 (0.78% from 255) = 0.52%

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

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

R = 0.52%
G = 52.58%
B = 46.91%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.11

 K value IS 0.6

RGB Variations

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

Color information

#01665B (or 0x01665B) is known color: Mosque. HEX triplet: 01, 66 and 5B. RGB value is (1,102,91). Sum of RGB (Red+Green+Blue) = 1+102+91=194 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 194); Green value is 102 (40.23% from 255 or 52.58% from 194); Blue value is 91 (35.94% from 255 or 46.91% from 194); Max value from RGB is 102 - color contains mainly: green. Hex color #01665B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01665B is #FE99A4. Grayscale: #464646. Windows color (decimal): -16685477 or 5989889. OLE color: 5989889.

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

Color convert

RGB 1 102 91 -
CMYK 0.99 0 0.11 0.6
HSL 173.47º 0.98% 0.2% -
HSV(B) 173.47º 0.99% 0.4% -
XYZ 6.65 10.26 11.53 -
YUV 70.55 139.54 78.39 -
System Red Green Blue C M Y K H S L
Decimal 1 102 91 0.99 0 0.11 0.6 173.47 0.98 0.2
Hex 1 66 5B 63 0 B 3C AD 62 14
Octal 1 146 133 143 0 13 74 255 142 24
Binary 1 1100110 1011011 1100011 0 1011 111100 10101101 1100010 10100

Color Harmonies of #01665B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01665B

Black with #01665B

Text Example


Text Example

White with #01665B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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