Html Css Color HEX #0C5761 Mosque

📋 copy color: '#0C5761'

red 12 ◦ green 87 ◦ blue 97

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

Shades of Mosque #0C5761

Tints of Mosque #0C5761

RGB

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

 GREEN value IS 87 (34.38% from 255) = 44.39%

 BLUE value IS 97 (38.28% from 255) = 49.49%

R = 6.12%
G = 44.39%
B = 49.49%

CMYK

 C value IS 0.88

 M value IS 0.10

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0C5761 (or 0x0C5761) is known color: Mosque. HEX triplet: 0C, 57 and 61. RGB value is (12,87,97). Sum of RGB (Red+Green+Blue) = 12+87+97=196 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.12% from 196); Green value is 87 (34.38% from 255 or 44.39% from 196); Blue value is 97 (38.28% from 255 or 49.49% from 196); Max value from RGB is 97 - color contains mainly: blue. Hex color #0C5761 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C5761 is #F3A89E. Grayscale: #414141. Windows color (decimal): -15968415 or 6379276. OLE color: 6379276.

HSL color Cylindrical-coordinate representation of color #0C5761: hue angle of 187.06º 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 #0C5761 is Cyan = 0.88, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 12 87 97 -
CMYK 0.88 0.10 0 0.62
HSL 187.06º 0.78% 0.21% -
HSV(B) 187.06º 0.88% 0.38% -
XYZ 5.72 7.76 12.51 -
YUV 65.72 145.65 89.69 -
System Red Green Blue C M Y K H S L
Decimal 12 87 97 0.88 0.10 0 0.62 187.06 0.78 0.21
Hex C 57 61 58 A 0 3E BB 4E 15
Octal 14 127 141 130 12 0 76 273 116 25
Binary 1100 1010111 1100001 1011000 1010 0 111110 10111011 1001110 10101

Color Harmonies of #0C5761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5761

Black with #0C5761

Text Example


Text Example

White with #0C5761

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,87,97); }

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

background-color css

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

 a { background-color: rgb(12,87,97); }

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

border-color css

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

 span { border-color: rgb(12,87,97); }

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