Html Css Color HEX #145774 Orient

📋 copy color: '#145774'

red 20 ◦ green 87 ◦ blue 116

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

Shades of Orient #145774

Tints of Orient #145774

RGB

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

 GREEN value IS 87 (34.38% from 255) = 39.01%

 BLUE value IS 116 (45.7% from 255) = 52.02%

R = 8.97%
G = 39.01%
B = 52.02%

CMYK

 C value IS 0.83

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#145774 (or 0x145774) is known color: Orient. HEX triplet: 14, 57 and 74. RGB value is (20,87,116). Sum of RGB (Red+Green+Blue) = 20+87+116=223 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.97% from 223); Green value is 87 (34.38% from 255 or 39.01% from 223); Blue value is 116 (45.70% from 255 or 52.02% from 223); Max value from RGB is 116 - color contains mainly: blue. Hex color #145774 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145774 is #EBA88B. Grayscale: #464646. Windows color (decimal): -15444108 or 7624468. OLE color: 7624468.

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

Color convert

RGB 20 87 116 -
CMYK 0.83 0.25 0 0.55
HSL 198.13º 0.71% 0.27% -
HSV(B) 198.13º 0.83% 0.45% -
XYZ 6.85 8.23 17.75 -
YUV 70.27 153.8 92.14 -
System Red Green Blue C M Y K H S L
Decimal 20 87 116 0.83 0.25 0 0.55 198.13 0.71 0.27
Hex 14 57 74 53 19 0 37 C6 47 1B
Octal 24 127 164 123 31 0 67 306 107 33
Binary 10100 1010111 1110100 1010011 11001 0 110111 11000110 1000111 11011

Color Harmonies of #145774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145774

Black with #145774

Text Example


Text Example

White with #145774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145774; }

 p { color: rgb(20,87,116); }

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

background-color css

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

 a { background-color: rgb(20,87,116); }

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

border-color css

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

 span { border-color: rgb(20,87,116); }

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