Html Css Color HEX #145D78 Orient

📋 copy color: '#145D78'

red 20 ◦ green 93 ◦ blue 120

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

Shades of Orient #145D78

Tints of Orient #145D78

RGB

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

 GREEN value IS 93 (36.72% from 255) = 39.91%

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

R = 8.58%
G = 39.91%
B = 51.5%

CMYK

 C value IS 0.83

 M value IS 0.22

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#145D78 (or 0x145D78) is known color: Orient. HEX triplet: 14, 5D and 78. RGB value is (20,93,120). Sum of RGB (Red+Green+Blue) = 20+93+120=233 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.58% from 233); Green value is 93 (36.72% from 255 or 39.91% from 233); Blue value is 120 (47.27% from 255 or 51.50% from 233); Max value from RGB is 120 - color contains mainly: blue. Hex color #145D78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145D78 is #EBA287. Grayscale: #4A4A4A. Windows color (decimal): -15442568 or 7888148. OLE color: 7888148.

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

Color convert

RGB 20 93 120 -
CMYK 0.83 0.22 0 0.53
HSL 196.2º 0.71% 0.27% -
HSV(B) 196.2º 0.83% 0.47% -
XYZ 7.59 9.33 19.17 -
YUV 74.25 153.82 89.3 -
System Red Green Blue C M Y K H S L
Decimal 20 93 120 0.83 0.22 0 0.53 196.2 0.71 0.27
Hex 14 5D 78 53 16 0 35 C4 47 1B
Octal 24 135 170 123 26 0 65 304 107 33
Binary 10100 1011101 1111000 1010011 10110 0 110101 11000100 1000111 11011

Color Harmonies of #145D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145D78

Black with #145D78

Text Example


Text Example

White with #145D78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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