Html Css Color HEX #145877 Orient

📋 copy color: '#145877'

red 20 ◦ green 88 ◦ blue 119

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

Shades of Orient #145877

Tints of Orient #145877

RGB

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

 GREEN value IS 88 (34.77% from 255) = 38.77%

 BLUE value IS 119 (46.88% from 255) = 52.42%

R = 8.81%
G = 38.77%
B = 52.42%

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

#145877 (or 0x145877) is known color: Orient. HEX triplet: 14, 58 and 77. RGB value is (20,88,119). Sum of RGB (Red+Green+Blue) = 20+88+119=227 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.81% from 227); Green value is 88 (34.77% from 255 or 38.77% from 227); Blue value is 119 (46.88% from 255 or 52.42% from 227); Max value from RGB is 119 - color contains mainly: blue. Hex color #145877 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145877 is #EBA788. Grayscale: #474747. Windows color (decimal): -15443849 or 7821332. OLE color: 7821332.

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

Color convert

RGB 20 88 119 -
CMYK 0.83 0.26 0 0.53
HSL 198.79º 0.71% 0.27% -
HSV(B) 198.79º 0.83% 0.47% -
XYZ 7.11 8.46 18.71 -
YUV 71.2 154.97 91.48 -
System Red Green Blue C M Y K H S L
Decimal 20 88 119 0.83 0.26 0 0.53 198.79 0.71 0.27
Hex 14 58 77 53 1A 0 35 C7 47 1B
Octal 24 130 167 123 32 0 65 307 107 33
Binary 10100 1011000 1110111 1010011 11010 0 110101 11000111 1000111 11011

Color Harmonies of #145877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145877

Black with #145877

Text Example


Text Example

White with #145877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145877; }

 p { color: rgb(20,88,119); }

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

background-color css

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

 a { background-color: rgb(20,88,119); }

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

border-color css

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

 span { border-color: rgb(20,88,119); }

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