Html Css Color HEX #145D75 Orient

📋 copy color: '#145D75'

red 20 ◦ green 93 ◦ blue 117

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

Shades of Orient #145D75

Tints of Orient #145D75

RGB

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

 GREEN value IS 93 (36.72% from 255) = 40.43%

 BLUE value IS 117 (46.09% from 255) = 50.87%

R = 8.7%
G = 40.43%
B = 50.87%

CMYK

 C value IS 0.83

 M value IS 0.21

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#145D75 (or 0x145D75) is known color: Orient. HEX triplet: 14, 5D and 75. RGB value is (20,93,117). Sum of RGB (Red+Green+Blue) = 20+93+117=230 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.70% from 230); Green value is 93 (36.72% from 255 or 40.43% from 230); Blue value is 117 (46.09% from 255 or 50.87% from 230); Max value from RGB is 117 - color contains mainly: blue. Hex color #145D75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145D75 is #EBA28A. Grayscale: #494949. Windows color (decimal): -15442571 or 7691540. OLE color: 7691540.

HSL color Cylindrical-coordinate representation of color #145D75: hue angle of 194.85º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #145D75 is Cyan = 0.83, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 20 93 117 -
CMYK 0.83 0.21 0 0.54
HSL 194.85º 0.71% 0.27% -
HSV(B) 194.85º 0.83% 0.46% -
XYZ 7.41 9.26 18.23 -
YUV 73.91 152.32 89.55 -
System Red Green Blue C M Y K H S L
Decimal 20 93 117 0.83 0.21 0 0.54 194.85 0.71 0.27
Hex 14 5D 75 53 15 0 36 C3 47 1B
Octal 24 135 165 123 25 0 66 303 107 33
Binary 10100 1011101 1110101 1010011 10101 0 110110 11000011 1000111 11011

Color Harmonies of #145D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145D75

Black with #145D75

Text Example


Text Example

White with #145D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,93,117); }

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

background-color css

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

 a { background-color: rgb(20,93,117); }

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

border-color css

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

 span { border-color: rgb(20,93,117); }

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