Html Css Color HEX #145A6D Orient

📋 copy color: '#145A6D'

red 20 ◦ green 90 ◦ blue 109

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

Shades of Orient #145A6D

Tints of Orient #145A6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 49.77%

R = 9.13%
G = 41.1%
B = 49.77%

CMYK

 C value IS 0.82

 M value IS 0.17

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#145A6D (or 0x145A6D) is known color: Orient. HEX triplet: 14, 5A and 6D. RGB value is (20,90,109). Sum of RGB (Red+Green+Blue) = 20+90+109=219 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.13% from 219); Green value is 90 (35.55% from 255 or 41.10% from 219); Blue value is 109 (42.97% from 255 or 49.77% from 219); Max value from RGB is 109 - color contains mainly: blue. Hex color #145A6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145A6D is #EBA592. Grayscale: #474747. Windows color (decimal): -15443347 or 7166484. OLE color: 7166484.

HSL color Cylindrical-coordinate representation of color #145A6D: hue angle of 192.81º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #145A6D is Cyan = 0.82, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 20 90 109 -
CMYK 0.82 0.17 0 0.57
HSL 192.81º 0.69% 0.25% -
HSV(B) 192.81º 0.82% 0.43% -
XYZ 6.7 8.57 15.77 -
YUV 71.24 149.31 91.46 -
System Red Green Blue C M Y K H S L
Decimal 20 90 109 0.82 0.17 0 0.57 192.81 0.69 0.25
Hex 14 5A 6D 52 11 0 39 C1 45 19
Octal 24 132 155 122 21 0 71 301 105 31
Binary 10100 1011010 1101101 1010010 10001 0 111001 11000001 1000101 11001

Color Harmonies of #145A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145A6D

Black with #145A6D

Text Example


Text Example

White with #145A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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