Html Css Color HEX #145776 Orient

📋 copy color: '#145776'

red 20 ◦ green 87 ◦ blue 118

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

Shades of Orient #145776

Tints of Orient #145776

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 52.44%

R = 8.89%
G = 38.67%
B = 52.44%

CMYK

 C value IS 0.83

 M value IS 0.26

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#145776 (or 0x145776) is known color: Orient. HEX triplet: 14, 57 and 76. RGB value is (20,87,118). Sum of RGB (Red+Green+Blue) = 20+87+118=225 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.89% from 225); Green value is 87 (34.38% from 255 or 38.67% from 225); Blue value is 118 (46.48% from 255 or 52.44% from 225); Max value from RGB is 118 - color contains mainly: blue. Hex color #145776 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145776 is #EBA889. Grayscale: #464646. Windows color (decimal): -15444106 or 7755540. OLE color: 7755540.

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

Color convert

RGB 20 87 118 -
CMYK 0.83 0.26 0 0.54
HSL 198.98º 0.71% 0.27% -
HSV(B) 198.98º 0.83% 0.46% -
XYZ 6.97 8.27 18.37 -
YUV 70.5 154.8 91.98 -
System Red Green Blue C M Y K H S L
Decimal 20 87 118 0.83 0.26 0 0.54 198.98 0.71 0.27
Hex 14 57 76 53 1A 0 36 C7 47 1B
Octal 24 127 166 123 32 0 66 307 107 33
Binary 10100 1010111 1110110 1010011 11010 0 110110 11000111 1000111 11011

Color Harmonies of #145776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145776

Black with #145776

Text Example


Text Example

White with #145776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145776; }

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

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

background-color css

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

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

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

border-color css

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

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

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