Html Css Color HEX #145668 Orient

📋 copy color: '#145668'

red 20 ◦ green 86 ◦ blue 104

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

Shades of Orient #145668

Tints of Orient #145668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 49.52%

R = 9.52%
G = 40.95%
B = 49.52%

CMYK

 C value IS 0.81

 M value IS 0.17

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#145668 (or 0x145668) is known color: Orient. HEX triplet: 14, 56 and 68. RGB value is (20,86,104). Sum of RGB (Red+Green+Blue) = 20+86+104=210 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.52% from 210); Green value is 86 (33.98% from 255 or 40.95% from 210); Blue value is 104 (41.02% from 255 or 49.52% from 210); Max value from RGB is 104 - color contains mainly: blue. Hex color #145668 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145668 is #EBA997. Grayscale: #444444. Windows color (decimal): -15444376 or 6837780. OLE color: 6837780.

HSL color Cylindrical-coordinate representation of color #145668: hue angle of 192.86º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #145668 is Cyan = 0.81, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 20 86 104 -
CMYK 0.81 0.17 0 0.59
HSL 192.86º 0.68% 0.24% -
HSV(B) 192.86º 0.81% 0.41% -
XYZ 6.11 7.8 14.28 -
YUV 68.32 148.13 93.54 -
System Red Green Blue C M Y K H S L
Decimal 20 86 104 0.81 0.17 0 0.59 192.86 0.68 0.24
Hex 14 56 68 51 11 0 3B C1 44 18
Octal 24 126 150 121 21 0 73 301 104 30
Binary 10100 1010110 1101000 1010001 10001 0 111011 11000001 1000100 11000

Color Harmonies of #145668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145668

Black with #145668

Text Example


Text Example

White with #145668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145668; }

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

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

background-color css

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

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

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

border-color css

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

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

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