Html Css Color HEX #0C5560 Mosque

📋 copy color: '#0C5560'

red 12 ◦ green 85 ◦ blue 96

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

Shades of Mosque #0C5560

Tints of Mosque #0C5560

RGB

 RED value IS 12 (5.08% from 255) = 6.22%

 GREEN value IS 85 (33.59% from 255) = 44.04%

 BLUE value IS 96 (37.89% from 255) = 49.74%

R = 6.22%
G = 44.04%
B = 49.74%

CMYK

 C value IS 0.88

 M value IS 0.11

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0C5560 (or 0x0C5560) is known color: Mosque. HEX triplet: 0C, 55 and 60. RGB value is (12,85,96). Sum of RGB (Red+Green+Blue) = 12+85+96=193 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.22% from 193); Green value is 85 (33.59% from 255 or 44.04% from 193); Blue value is 96 (37.89% from 255 or 49.74% from 193); Max value from RGB is 96 - color contains mainly: blue. Hex color #0C5560 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C5560 is #F3AA9F. Grayscale: #404040. Windows color (decimal): -15968928 or 6313228. OLE color: 6313228.

HSL color Cylindrical-coordinate representation of color #0C5560: hue angle of 187.86º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C5560 is Cyan = 0.88, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 12 85 96 -
CMYK 0.88 0.11 0 0.62
HSL 187.86º 0.78% 0.21% -
HSV(B) 187.86º 0.88% 0.38% -
XYZ 5.51 7.42 12.21 -
YUV 64.43 145.82 90.61 -
System Red Green Blue C M Y K H S L
Decimal 12 85 96 0.88 0.11 0 0.62 187.86 0.78 0.21
Hex C 55 60 58 B 0 3E BC 4E 15
Octal 14 125 140 130 13 0 76 274 116 25
Binary 1100 1010101 1100000 1011000 1011 0 111110 10111100 1001110 10101

Color Harmonies of #0C5560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5560

Black with #0C5560

Text Example


Text Example

White with #0C5560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C5560; }

 p { color: rgb(12,85,96); }

 H1.HeaderClassName
 {
   color: #0C5560;
 }
 .AnyTagClassName
 {
   color: #0C5560;
 }
</style>

background-color css

<style>
 a { background-color: #0C5560; }

 a { background-color: rgb(12,85,96); }

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

border-color css

<style>
 span { border-color: #0C5560; }

 span { border-color: rgb(12,85,96); }

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