Html Css Color HEX #045D63 Mosque

📋 copy color: '#045D63'

red 4 ◦ green 93 ◦ blue 99

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

Shades of Mosque #045D63

Tints of Mosque #045D63

RGB

 RED value IS 4 (1.95% from 255) = 2.04%

 GREEN value IS 93 (36.72% from 255) = 47.45%

 BLUE value IS 99 (39.06% from 255) = 50.51%

R = 2.04%
G = 47.45%
B = 50.51%

CMYK

 C value IS 0.96

 M value IS 0.06

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#045D63 (or 0x045D63) is known color: Mosque. HEX triplet: 04, 5D and 63. RGB value is (4,93,99). Sum of RGB (Red+Green+Blue) = 4+93+99=196 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.04% from 196); Green value is 93 (36.72% from 255 or 47.45% from 196); Blue value is 99 (39.06% from 255 or 50.51% from 196); Max value from RGB is 99 - color contains mainly: blue. Hex color #045D63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045D63 is #FBA29C. Grayscale: #424242. Windows color (decimal): -16491165 or 6511876. OLE color: 6511876.

HSL color Cylindrical-coordinate representation of color #045D63: hue angle of 183.79º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045D63 is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 4 93 99 -
CMYK 0.96 0.06 0 0.61
HSL 183.79º 0.92% 0.2% -
HSV(B) 183.79º 0.96% 0.39% -
XYZ 6.22 8.76 13.17 -
YUV 67.07 146.01 83.01 -
System Red Green Blue C M Y K H S L
Decimal 4 93 99 0.96 0.06 0 0.61 183.79 0.92 0.2
Hex 4 5D 63 60 6 0 3D B8 5C 14
Octal 4 135 143 140 6 0 75 270 134 24
Binary 100 1011101 1100011 1100000 110 0 111101 10111000 1011100 10100

Color Harmonies of #045D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045D63

Black with #045D63

Text Example


Text Example

White with #045D63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045D63; }

 p { color: rgb(4,93,99); }

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

background-color css

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

 a { background-color: rgb(4,93,99); }

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

border-color css

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

 span { border-color: rgb(4,93,99); }

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