Html Css Color HEX #145676 Orient

📋 copy color: '#145676'

red 20 ◦ green 86 ◦ blue 118

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

Shades of Orient #145676

Tints of Orient #145676

RGB

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

 GREEN value IS 86 (33.98% from 255) = 38.39%

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

R = 8.93%
G = 38.39%
B = 52.68%

CMYK

 C value IS 0.83

 M value IS 0.27

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#145676 (or 0x145676) is known color: Orient. HEX triplet: 14, 56 and 76. RGB value is (20,86,118). Sum of RGB (Red+Green+Blue) = 20+86+118=224 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.93% from 224); Green value is 86 (33.98% from 255 or 38.39% from 224); Blue value is 118 (46.48% from 255 or 52.68% from 224); Max value from RGB is 118 - color contains mainly: blue. Hex color #145676 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145676 is #EBA989. Grayscale: #454545. Windows color (decimal): -15444362 or 7755284. OLE color: 7755284.

HSL color Cylindrical-coordinate representation of color #145676: hue angle of 199.59º 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 #145676 is Cyan = 0.83, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 20 86 118 -
CMYK 0.83 0.27 0 0.54
HSL 199.59º 0.71% 0.27% -
HSV(B) 199.59º 0.83% 0.46% -
XYZ 6.89 8.11 18.34 -
YUV 69.91 155.13 92.4 -
System Red Green Blue C M Y K H S L
Decimal 20 86 118 0.83 0.27 0 0.54 199.59 0.71 0.27
Hex 14 56 76 53 1B 0 36 C8 47 1B
Octal 24 126 166 123 33 0 66 310 107 33
Binary 10100 1010110 1110110 1010011 11011 0 110110 11001000 1000111 11011

Color Harmonies of #145676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145676

Black with #145676

Text Example


Text Example

White with #145676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145676; }

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

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

background-color css

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

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

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

border-color css

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

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

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