Html Css Color HEX #145175 Orient

📋 copy color: '#145175'

red 20 ◦ green 81 ◦ blue 117

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

Shades of Orient #145175

Tints of Orient #145175

RGB

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

 GREEN value IS 81 (32.03% from 255) = 37.16%

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

R = 9.17%
G = 37.16%
B = 53.67%

CMYK

 C value IS 0.83

 M value IS 0.31

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#145175 (or 0x145175) is known color: Orient. HEX triplet: 14, 51 and 75. RGB value is (20,81,117). Sum of RGB (Red+Green+Blue) = 20+81+117=218 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.17% from 218); Green value is 81 (32.03% from 255 or 37.16% from 218); Blue value is 117 (46.09% from 255 or 53.67% from 218); Max value from RGB is 117 - color contains mainly: blue. Hex color #145175 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145175 is #EBAE8A. Grayscale: #424242. Windows color (decimal): -15445643 or 7688468. OLE color: 7688468.

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

Color convert

RGB 20 81 117 -
CMYK 0.83 0.31 0 0.54
HSL 202.27º 0.71% 0.27% -
HSV(B) 202.27º 0.83% 0.46% -
XYZ 6.44 7.32 17.9 -
YUV 66.87 156.29 94.57 -
System Red Green Blue C M Y K H S L
Decimal 20 81 117 0.83 0.31 0 0.54 202.27 0.71 0.27
Hex 14 51 75 53 1F 0 36 CA 47 1B
Octal 24 121 165 123 37 0 66 312 107 33
Binary 10100 1010001 1110101 1010011 11111 0 110110 11001010 1000111 11011

Color Harmonies of #145175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145175

Black with #145175

Text Example


Text Example

White with #145175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145175; }

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

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

background-color css

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

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

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

border-color css

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

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

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