Html Css Color HEX #145B78 Orient

📋 copy color: '#145B78'

red 20 ◦ green 91 ◦ blue 120

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

Shades of Orient #145B78

Tints of Orient #145B78

RGB

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

 GREEN value IS 91 (35.94% from 255) = 39.39%

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

R = 8.66%
G = 39.39%
B = 51.95%

CMYK

 C value IS 0.83

 M value IS 0.24

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#145B78 (or 0x145B78) is known color: Orient. HEX triplet: 14, 5B and 78. RGB value is (20,91,120). Sum of RGB (Red+Green+Blue) = 20+91+120=231 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.66% from 231); Green value is 91 (35.94% from 255 or 39.39% from 231); Blue value is 120 (47.27% from 255 or 51.95% from 231); Max value from RGB is 120 - color contains mainly: blue. Hex color #145B78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145B78 is #EBA487. Grayscale: #484848. Windows color (decimal): -15443080 or 7887636. OLE color: 7887636.

HSL color Cylindrical-coordinate representation of color #145B78: hue angle of 197.4º 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 #145B78 is Cyan = 0.83, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 20 91 120 -
CMYK 0.83 0.24 0 0.53
HSL 197.4º 0.71% 0.27% -
HSV(B) 197.4º 0.83% 0.47% -
XYZ 7.42 8.99 19.11 -
YUV 73.08 154.48 90.14 -
System Red Green Blue C M Y K H S L
Decimal 20 91 120 0.83 0.24 0 0.53 197.4 0.71 0.27
Hex 14 5B 78 53 18 0 35 C5 47 1B
Octal 24 133 170 123 30 0 65 305 107 33
Binary 10100 1011011 1111000 1010011 11000 0 110101 11000101 1000111 11011

Color Harmonies of #145B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145B78

Black with #145B78

Text Example


Text Example

White with #145B78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145B78; }

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

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

background-color css

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

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

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

border-color css

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

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

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