Html Css Color HEX #145979 Orient

📋 copy color: '#145979'

red 20 ◦ green 89 ◦ blue 121

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

Shades of Orient #145979

Tints of Orient #145979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 52.61%

R = 8.7%
G = 38.7%
B = 52.61%

CMYK

 C value IS 0.83

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#145979 (or 0x145979) is known color: Orient. HEX triplet: 14, 59 and 79. RGB value is (20,89,121). Sum of RGB (Red+Green+Blue) = 20+89+121=230 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.70% from 230); Green value is 89 (35.16% from 255 or 38.70% from 230); Blue value is 121 (47.66% from 255 or 52.61% from 230); Max value from RGB is 121 - color contains mainly: blue. Hex color #145979 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145979 is #EBA686. Grayscale: #474747. Windows color (decimal): -15443591 or 7952660. OLE color: 7952660.

HSL color Cylindrical-coordinate representation of color #145979: hue angle of 199.01º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #145979 is Cyan = 0.83, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 20 89 121 -
CMYK 0.83 0.26 0 0.53
HSL 199.01º 0.72% 0.28% -
HSV(B) 199.01º 0.83% 0.47% -
XYZ 7.31 8.67 19.38 -
YUV 72.02 155.64 90.9 -
System Red Green Blue C M Y K H S L
Decimal 20 89 121 0.83 0.26 0 0.53 199.01 0.72 0.28
Hex 14 59 79 53 1A 0 35 C7 48 1C
Octal 24 131 171 123 32 0 65 307 110 34
Binary 10100 1011001 1111001 1010011 11010 0 110101 11000111 1001000 11100

Color Harmonies of #145979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145979

Black with #145979

Text Example


Text Example

White with #145979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145979; }

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

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

background-color css

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

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

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

border-color css

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

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

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