Html Css Color HEX #145C76 Orient

📋 copy color: '#145C76'

red 20 ◦ green 92 ◦ blue 118

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

Shades of Orient #145C76

Tints of Orient #145C76

RGB

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

 GREEN value IS 92 (36.33% from 255) = 40%

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

R = 8.7%
G = 40%
B = 51.3%

CMYK

 C value IS 0.83

 M value IS 0.22

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#145C76 (or 0x145C76) is known color: Orient. HEX triplet: 14, 5C and 76. RGB value is (20,92,118). Sum of RGB (Red+Green+Blue) = 20+92+118=230 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.70% from 230); Green value is 92 (36.33% from 255 or 40% from 230); Blue value is 118 (46.48% from 255 or 51.30% from 230); Max value from RGB is 118 - color contains mainly: blue. Hex color #145C76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145C76 is #EBA389. Grayscale: #494949. Windows color (decimal): -15442826 or 7756820. OLE color: 7756820.

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

Color convert

RGB 20 92 118 -
CMYK 0.83 0.22 0 0.54
HSL 195.92º 0.71% 0.27% -
HSV(B) 195.92º 0.83% 0.46% -
XYZ 7.39 9.11 18.51 -
YUV 73.44 153.15 89.89 -
System Red Green Blue C M Y K H S L
Decimal 20 92 118 0.83 0.22 0 0.54 195.92 0.71 0.27
Hex 14 5C 76 53 16 0 36 C4 47 1B
Octal 24 134 166 123 26 0 66 304 107 33
Binary 10100 1011100 1110110 1010011 10110 0 110110 11000100 1000111 11011

Color Harmonies of #145C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145C76

Black with #145C76

Text Example


Text Example

White with #145C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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