Html Css Color HEX #145477 Orient

📋 copy color: '#145477'

red 20 ◦ green 84 ◦ blue 119

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

Shades of Orient #145477

Tints of Orient #145477

RGB

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

 GREEN value IS 84 (33.2% from 255) = 37.67%

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

R = 8.97%
G = 37.67%
B = 53.36%

CMYK

 C value IS 0.83

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#145477 (or 0x145477) is known color: Orient. HEX triplet: 14, 54 and 77. RGB value is (20,84,119). Sum of RGB (Red+Green+Blue) = 20+84+119=223 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.97% from 223); Green value is 84 (33.20% from 255 or 37.67% from 223); Blue value is 119 (46.88% from 255 or 53.36% from 223); Max value from RGB is 119 - color contains mainly: blue. Hex color #145477 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145477 is #EBAB88. Grayscale: #444444. Windows color (decimal): -15444873 or 7820308. OLE color: 7820308.

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

Color convert

RGB 20 84 119 -
CMYK 0.83 0.29 0 0.53
HSL 201.21º 0.71% 0.27% -
HSV(B) 201.21º 0.83% 0.47% -
XYZ 6.79 7.82 18.6 -
YUV 68.85 156.3 93.15 -
System Red Green Blue C M Y K H S L
Decimal 20 84 119 0.83 0.29 0 0.53 201.21 0.71 0.27
Hex 14 54 77 53 1D 0 35 C9 47 1B
Octal 24 124 167 123 35 0 65 311 107 33
Binary 10100 1010100 1110111 1010011 11101 0 110101 11001001 1000111 11011

Color Harmonies of #145477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145477

Black with #145477

Text Example


Text Example

White with #145477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145477; }

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

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

background-color css

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

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

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

border-color css

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

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

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