Html Css Color HEX #145675 Orient

📋 copy color: '#145675'

red 20 ◦ green 86 ◦ blue 117

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

Shades of Orient #145675

Tints of Orient #145675

RGB

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

 GREEN value IS 86 (33.98% from 255) = 38.57%

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

R = 8.97%
G = 38.57%
B = 52.47%

CMYK

 C value IS 0.83

 M value IS 0.26

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#145675 (or 0x145675) is known color: Orient. HEX triplet: 14, 56 and 75. RGB value is (20,86,117). Sum of RGB (Red+Green+Blue) = 20+86+117=223 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.97% from 223); Green value is 86 (33.98% from 255 or 38.57% from 223); Blue value is 117 (46.09% from 255 or 52.47% from 223); Max value from RGB is 117 - color contains mainly: blue. Hex color #145675 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145675 is #EBA98A. Grayscale: #454545. Windows color (decimal): -15444363 or 7689748. OLE color: 7689748.

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

Color convert

RGB 20 86 117 -
CMYK 0.83 0.26 0 0.54
HSL 199.18º 0.71% 0.27% -
HSV(B) 199.18º 0.83% 0.46% -
XYZ 6.83 8.09 18.03 -
YUV 69.8 154.63 92.48 -
System Red Green Blue C M Y K H S L
Decimal 20 86 117 0.83 0.26 0 0.54 199.18 0.71 0.27
Hex 14 56 75 53 1A 0 36 C7 47 1B
Octal 24 126 165 123 32 0 66 307 107 33
Binary 10100 1010110 1110101 1010011 11010 0 110110 11000111 1000111 11011

Color Harmonies of #145675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145675

Black with #145675

Text Example


Text Example

White with #145675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145675; }

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

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

background-color css

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

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

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

border-color css

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

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

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