Html Css Color HEX #005360 Mosque

📋 copy color: '#005360'

red 0 ◦ green 83 ◦ blue 96

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

Shades of Mosque #005360

Tints of Mosque #005360

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 83 (32.81% from 255) = 46.37%

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

R = 0%
G = 46.37%
B = 53.63%

CMYK

 C value IS 1

 M value IS 0.14

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#005360 (or 0x005360) is known color: Mosque. HEX triplet: 00, 53 and 60. RGB value is (0,83,96). Sum of RGB (Red+Green+Blue) = 0+83+96=179 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 179); Green value is 83 (32.81% from 255 or 46.37% from 179); Blue value is 96 (37.89% from 255 or 53.63% from 179); Max value from RGB is 96 - color contains mainly: blue. Hex color #005360 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005360 is #FFAC9F. Grayscale: #3B3B3B. Windows color (decimal): -16755872 or 6312704. OLE color: 6312704.

HSL color Cylindrical-coordinate representation of color #005360: hue angle of 188.12º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005360 is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 0 83 96 -
CMYK 1 0.14 0 0.62
HSL 188.13º 1% 0.19% -
HSV(B) 188.13º 1% 0.38% -
XYZ 5.2 7.03 12.15 -
YUV 59.67 148.5 85.44 -
System Red Green Blue C M Y K H S L
Decimal 0 83 96 1 0.14 0 0.62 188.13 1 0.19
Hex 0 53 60 64 E 0 3E BC 64 13
Octal 0 123 140 144 16 0 76 274 144 23
Binary 0 1010011 1100000 1100100 1110 0 111110 10111100 1100100 10011

Color Harmonies of #005360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005360

Black with #005360

Text Example


Text Example

White with #005360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005360; }

 p { color: rgb(0,83,96); }

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

background-color css

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

 a { background-color: rgb(0,83,96); }

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

border-color css

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

 span { border-color: rgb(0,83,96); }

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