Html Css Color HEX #145978 Orient

📋 copy color: '#145978'

red 20 ◦ green 89 ◦ blue 120

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

Shades of Orient #145978

Tints of Orient #145978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 52.4%

R = 8.73%
G = 38.86%
B = 52.4%

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

#145978 (or 0x145978) is known color: Orient. HEX triplet: 14, 59 and 78. RGB value is (20,89,120). Sum of RGB (Red+Green+Blue) = 20+89+120=229 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.73% from 229); Green value is 89 (35.16% from 255 or 38.86% from 229); Blue value is 120 (47.27% from 255 or 52.40% from 229); Max value from RGB is 120 - color contains mainly: blue. Hex color #145978 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145978 is #EBA687. Grayscale: #474747. Windows color (decimal): -15443592 or 7887124. OLE color: 7887124.

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

Color convert

RGB 20 89 120 -
CMYK 0.83 0.26 0 0.53
HSL 198.6º 0.71% 0.27% -
HSV(B) 198.6º 0.83% 0.47% -
XYZ 7.25 8.65 19.06 -
YUV 71.9 155.14 90.98 -
System Red Green Blue C M Y K H S L
Decimal 20 89 120 0.83 0.26 0 0.53 198.6 0.71 0.27
Hex 14 59 78 53 1A 0 35 C7 47 1B
Octal 24 131 170 123 32 0 65 307 107 33
Binary 10100 1011001 1111000 1010011 11010 0 110101 11000111 1000111 11011

Color Harmonies of #145978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145978

Black with #145978

Text Example


Text Example

White with #145978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145978; }

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

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

background-color css

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

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

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

border-color css

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

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

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