Html Css Color HEX #145A71 Orient

📋 copy color: '#145A71'

red 20 ◦ green 90 ◦ blue 113

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

Shades of Orient #145A71

Tints of Orient #145A71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 50.67%

R = 8.97%
G = 40.36%
B = 50.67%

CMYK

 C value IS 0.82

 M value IS 0.20

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#145A71 (or 0x145A71) is known color: Orient. HEX triplet: 14, 5A and 71. RGB value is (20,90,113). Sum of RGB (Red+Green+Blue) = 20+90+113=223 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.97% from 223); Green value is 90 (35.55% from 255 or 40.36% from 223); Blue value is 113 (44.53% from 255 or 50.67% from 223); Max value from RGB is 113 - color contains mainly: blue. Hex color #145A71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145A71 is #EBA58E. Grayscale: #474747. Windows color (decimal): -15443343 or 7428628. OLE color: 7428628.

HSL color Cylindrical-coordinate representation of color #145A71: hue angle of 194.84º degrees, saturation: 0.7, 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 #145A71 is Cyan = 0.82, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 20 90 113 -
CMYK 0.82 0.20 0 0.56
HSL 194.84º 0.7% 0.26% -
HSV(B) 194.84º 0.82% 0.44% -
XYZ 6.93 8.65 16.93 -
YUV 71.69 151.31 91.13 -
System Red Green Blue C M Y K H S L
Decimal 20 90 113 0.82 0.20 0 0.56 194.84 0.7 0.26
Hex 14 5A 71 52 14 0 38 C3 46 1A
Octal 24 132 161 122 24 0 70 303 106 32
Binary 10100 1011010 1110001 1010010 10100 0 111000 11000011 1000110 11010

Color Harmonies of #145A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145A71

Black with #145A71

Text Example


Text Example

White with #145A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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