Html Css Color HEX #01665C Mosque

📋 copy color: '#01665C'

red 1 ◦ green 102 ◦ blue 92

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

Shades of Mosque #01665C

Tints of Mosque #01665C

RGB

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

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

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

R = 0.51%
G = 52.31%
B = 47.18%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.10

 K value IS 0.6

RGB Variations

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

Color information

#01665C (or 0x01665C) is known color: Mosque. HEX triplet: 01, 66 and 5C. RGB value is (1,102,92). Sum of RGB (Red+Green+Blue) = 1+102+92=195 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 195); Green value is 102 (40.23% from 255 or 52.31% from 195); Blue value is 92 (36.33% from 255 or 47.18% from 195); Max value from RGB is 102 - color contains mainly: green. Hex color #01665C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01665C is #FE99A3. Grayscale: #464646. Windows color (decimal): -16685476 or 6055425. OLE color: 6055425.

HSL color Cylindrical-coordinate representation of color #01665C: hue angle of 174.06º 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 #01665C is Cyan = 0.99, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.6.

Color convert

RGB 1 102 92 -
CMYK 0.99 0 0.10 0.6
HSL 174.06º 0.98% 0.2% -
HSV(B) 174.06º 0.99% 0.4% -
XYZ 6.7 10.28 11.76 -
YUV 70.66 140.04 78.31 -
System Red Green Blue C M Y K H S L
Decimal 1 102 92 0.99 0 0.10 0.6 174.06 0.98 0.2
Hex 1 66 5C 63 0 A 3C AE 62 14
Octal 1 146 134 143 0 12 74 256 142 24
Binary 1 1100110 1011100 1100011 0 1010 111100 10101110 1100010 10100

Color Harmonies of #01665C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01665C

Black with #01665C

Text Example


Text Example

White with #01665C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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