Html Css Color HEX #145B6F Orient

📋 copy color: '#145B6F'

red 20 ◦ green 91 ◦ blue 111

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

Shades of Orient #145B6F

Tints of Orient #145B6F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 40.99%

 BLUE value IS 111 (43.75% from 255) = 50%

R = 9.01%
G = 40.99%
B = 50%

CMYK

 C value IS 0.82

 M value IS 0.18

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#145B6F (or 0x145B6F) is known color: Orient. HEX triplet: 14, 5B and 6F. RGB value is (20,91,111). Sum of RGB (Red+Green+Blue) = 20+91+111=222 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.01% from 222); Green value is 91 (35.94% from 255 or 40.99% from 222); Blue value is 111 (43.75% from 255 or 50% from 222); Max value from RGB is 111 - color contains mainly: blue. Hex color #145B6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145B6F is #EBA490. Grayscale: #474747. Windows color (decimal): -15443089 or 7297812. OLE color: 7297812.

HSL color Cylindrical-coordinate representation of color #145B6F: hue angle of 193.19º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #145B6F is Cyan = 0.82, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 20 91 111 -
CMYK 0.82 0.18 0 0.56
HSL 193.19º 0.69% 0.26% -
HSV(B) 193.19º 0.82% 0.44% -
XYZ 6.9 8.78 16.37 -
YUV 72.05 149.98 90.87 -
System Red Green Blue C M Y K H S L
Decimal 20 91 111 0.82 0.18 0 0.56 193.19 0.69 0.26
Hex 14 5B 6F 52 12 0 38 C1 45 1A
Octal 24 133 157 122 22 0 70 301 105 32
Binary 10100 1011011 1101111 1010010 10010 0 111000 11000001 1000101 11010

Color Harmonies of #145B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145B6F

Black with #145B6F

Text Example


Text Example

White with #145B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,91,111); }

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

background-color css

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

 a { background-color: rgb(20,91,111); }

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

border-color css

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

 span { border-color: rgb(20,91,111); }

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