Html Css Color HEX #145B72 Orient

📋 copy color: '#145B72'

red 20 ◦ green 91 ◦ blue 114

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

Shades of Orient #145B72

Tints of Orient #145B72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 50.67%

R = 8.89%
G = 40.44%
B = 50.67%

CMYK

 C value IS 0.82

 M value IS 0.20

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#145B72 (or 0x145B72) is known color: Orient. HEX triplet: 14, 5B and 72. RGB value is (20,91,114). Sum of RGB (Red+Green+Blue) = 20+91+114=225 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.89% from 225); Green value is 91 (35.94% from 255 or 40.44% from 225); Blue value is 114 (44.92% from 255 or 50.67% from 225); Max value from RGB is 114 - color contains mainly: blue. Hex color #145B72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145B72 is #EBA48D. Grayscale: #484848. Windows color (decimal): -15443086 or 7494420. OLE color: 7494420.

HSL color Cylindrical-coordinate representation of color #145B72: hue angle of 194.68º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #145B72 is Cyan = 0.82, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 20 91 114 -
CMYK 0.82 0.20 0 0.55
HSL 194.68º 0.7% 0.26% -
HSV(B) 194.68º 0.82% 0.45% -
XYZ 7.07 8.85 17.25 -
YUV 72.39 151.48 90.63 -
System Red Green Blue C M Y K H S L
Decimal 20 91 114 0.82 0.20 0 0.55 194.68 0.7 0.26
Hex 14 5B 72 52 14 0 37 C3 46 1A
Octal 24 133 162 122 24 0 67 303 106 32
Binary 10100 1011011 1110010 1010010 10100 0 110111 11000011 1000110 11010

Color Harmonies of #145B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145B72

Black with #145B72

Text Example


Text Example

White with #145B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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