Html Css Color HEX #145375 Orient

📋 copy color: '#145375'

red 20 ◦ green 83 ◦ blue 117

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

Shades of Orient #145375

Tints of Orient #145375

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.73%

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

R = 9.09%
G = 37.73%
B = 53.18%

CMYK

 C value IS 0.83

 M value IS 0.29

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#145375 (or 0x145375) is known color: Orient. HEX triplet: 14, 53 and 75. RGB value is (20,83,117). Sum of RGB (Red+Green+Blue) = 20+83+117=220 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.09% from 220); Green value is 83 (32.81% from 255 or 37.73% from 220); Blue value is 117 (46.09% from 255 or 53.18% from 220); Max value from RGB is 117 - color contains mainly: blue. Hex color #145375 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145375 is #EBAC8A. Grayscale: #434343. Windows color (decimal): -15445131 or 7688980. OLE color: 7688980.

HSL color Cylindrical-coordinate representation of color #145375: hue angle of 201.03º 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 #145375 is Cyan = 0.83, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 20 83 117 -
CMYK 0.83 0.29 0 0.54
HSL 201.03º 0.71% 0.27% -
HSV(B) 201.03º 0.83% 0.46% -
XYZ 6.59 7.62 17.95 -
YUV 68.04 155.63 93.74 -
System Red Green Blue C M Y K H S L
Decimal 20 83 117 0.83 0.29 0 0.54 201.03 0.71 0.27
Hex 14 53 75 53 1D 0 36 C9 47 1B
Octal 24 123 165 123 35 0 66 311 107 33
Binary 10100 1010011 1110101 1010011 11101 0 110110 11001001 1000111 11011

Color Harmonies of #145375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145375

Black with #145375

Text Example


Text Example

White with #145375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145375; }

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

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

background-color css

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

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

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

border-color css

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

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

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