Html Css Color HEX #145576 Orient

📋 copy color: '#145576'

red 20 ◦ green 85 ◦ blue 118

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

Shades of Orient #145576

Tints of Orient #145576

RGB

 RED value IS 20 (8.2% from 255) = 8.97%

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

 BLUE value IS 118 (46.48% from 255) = 52.91%

R = 8.97%
G = 38.12%
B = 52.91%

CMYK

 C value IS 0.83

 M value IS 0.28

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#145576 (or 0x145576) is known color: Orient. HEX triplet: 14, 55 and 76. RGB value is (20,85,118). Sum of RGB (Red+Green+Blue) = 20+85+118=223 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.97% from 223); Green value is 85 (33.59% from 255 or 38.12% from 223); Blue value is 118 (46.48% from 255 or 52.91% from 223); Max value from RGB is 118 - color contains mainly: blue. Hex color #145576 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145576 is #EBAA89. Grayscale: #454545. Windows color (decimal): -15444618 or 7755028. OLE color: 7755028.

HSL color Cylindrical-coordinate representation of color #145576: hue angle of 200.2º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #145576 is Cyan = 0.83, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 20 85 118 -
CMYK 0.83 0.28 0 0.54
HSL 200.2º 0.71% 0.27% -
HSV(B) 200.2º 0.83% 0.46% -
XYZ 6.81 7.95 18.32 -
YUV 69.33 155.47 92.82 -
System Red Green Blue C M Y K H S L
Decimal 20 85 118 0.83 0.28 0 0.54 200.2 0.71 0.27
Hex 14 55 76 53 1C 0 36 C8 47 1B
Octal 24 125 166 123 34 0 66 310 107 33
Binary 10100 1010101 1110110 1010011 11100 0 110110 11001000 1000111 11011

Color Harmonies of #145576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145576

Black with #145576

Text Example


Text Example

White with #145576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145576; }

 p { color: rgb(20,85,118); }

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

background-color css

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

 a { background-color: rgb(20,85,118); }

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

border-color css

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

 span { border-color: rgb(20,85,118); }

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