Html Css Color HEX #145A72 Orient

📋 copy color: '#145A72'

red 20 ◦ green 90 ◦ blue 114

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

Shades of Orient #145A72

Tints of Orient #145A72

RGB

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

 GREEN value IS 90 (35.55% from 255) = 40.18%

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

R = 8.93%
G = 40.18%
B = 50.89%

CMYK

 C value IS 0.82

 M value IS 0.21

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#145A72 (or 0x145A72) is known color: Orient. HEX triplet: 14, 5A and 72. RGB value is (20,90,114). Sum of RGB (Red+Green+Blue) = 20+90+114=224 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.93% from 224); Green value is 90 (35.55% from 255 or 40.18% from 224); Blue value is 114 (44.92% from 255 or 50.89% from 224); Max value from RGB is 114 - color contains mainly: blue. Hex color #145A72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145A72 is #EBA58D. Grayscale: #474747. Windows color (decimal): -15443342 or 7494164. OLE color: 7494164.

HSL color Cylindrical-coordinate representation of color #145A72: hue angle of 195.32º 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 #145A72 is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 20 90 114 -
CMYK 0.82 0.21 0 0.55
HSL 195.32º 0.7% 0.26% -
HSV(B) 195.32º 0.82% 0.45% -
XYZ 6.98 8.68 17.23 -
YUV 71.81 151.81 91.05 -
System Red Green Blue C M Y K H S L
Decimal 20 90 114 0.82 0.21 0 0.55 195.32 0.7 0.26
Hex 14 5A 72 52 15 0 37 C3 46 1A
Octal 24 132 162 122 25 0 67 303 106 32
Binary 10100 1011010 1110010 1010010 10101 0 110111 11000011 1000110 11010

Color Harmonies of #145A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145A72

Black with #145A72

Text Example


Text Example

White with #145A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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