Html Css Color HEX #145C7F Orient

📋 copy color: '#145C7F'

red 20 ◦ green 92 ◦ blue 127

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

Shades of Orient #145C7F

Tints of Orient #145C7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 53.14%

R = 8.37%
G = 38.49%
B = 53.14%

CMYK

 C value IS 0.84

 M value IS 0.28

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#145C7F (or 0x145C7F) is known color: Orient. HEX triplet: 14, 5C and 7F. RGB value is (20,92,127). Sum of RGB (Red+Green+Blue) = 20+92+127=239 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.37% from 239); Green value is 92 (36.33% from 255 or 38.49% from 239); Blue value is 127 (50% from 255 or 53.14% from 239); Max value from RGB is 127 - color contains mainly: blue. Hex color #145C7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145C7F is #EBA380. Grayscale: #4A4A4A. Windows color (decimal): -15442817 or 8346644. OLE color: 8346644.

HSL color Cylindrical-coordinate representation of color #145C7F: hue angle of 199.63º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #145C7F is Cyan = 0.84, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 20 92 127 -
CMYK 0.84 0.28 0 0.50
HSL 199.63º 0.73% 0.29% -
HSV(B) 199.63º 0.84% 0.5% -
XYZ 7.95 9.34 21.46 -
YUV 74.46 157.65 89.15 -
System Red Green Blue C M Y K H S L
Decimal 20 92 127 0.84 0.28 0 0.50 199.63 0.73 0.29
Hex 14 5C 7F 54 1C 0 32 C8 49 1D
Octal 24 134 177 124 34 0 62 310 111 35
Binary 10100 1011100 1111111 1010100 11100 0 110010 11001000 1001001 11101

Color Harmonies of #145C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145C7F

Black with #145C7F

Text Example


Text Example

White with #145C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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