Html Css Color HEX #145976 Orient

📋 copy color: '#145976'

red 20 ◦ green 89 ◦ blue 118

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

Shades of Orient #145976

Tints of Orient #145976

RGB

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

 GREEN value IS 89 (35.16% from 255) = 39.21%

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

R = 8.81%
G = 39.21%
B = 51.98%

CMYK

 C value IS 0.83

 M value IS 0.25

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#145976 (or 0x145976) is known color: Orient. HEX triplet: 14, 59 and 76. RGB value is (20,89,118). Sum of RGB (Red+Green+Blue) = 20+89+118=227 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.81% from 227); Green value is 89 (35.16% from 255 or 39.21% from 227); Blue value is 118 (46.48% from 255 or 51.98% from 227); Max value from RGB is 118 - color contains mainly: blue. Hex color #145976 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145976 is #EBA689. Grayscale: #474747. Windows color (decimal): -15443594 or 7756052. OLE color: 7756052.

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

Color convert

RGB 20 89 118 -
CMYK 0.83 0.25 0 0.54
HSL 197.76º 0.71% 0.27% -
HSV(B) 197.76º 0.83% 0.46% -
XYZ 7.13 8.6 18.42 -
YUV 71.68 154.14 91.14 -
System Red Green Blue C M Y K H S L
Decimal 20 89 118 0.83 0.25 0 0.54 197.76 0.71 0.27
Hex 14 59 76 53 19 0 36 C6 47 1B
Octal 24 131 166 123 31 0 66 306 107 33
Binary 10100 1011001 1110110 1010011 11001 0 110110 11000110 1000111 11011

Color Harmonies of #145976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145976

Black with #145976

Text Example


Text Example

White with #145976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145976; }

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

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

background-color css

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

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

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

border-color css

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

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

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