Html Css Color HEX #14566C Orient

📋 copy color: '#14566C'

red 20 ◦ green 86 ◦ blue 108

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

Shades of Orient #14566C

Tints of Orient #14566C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 50.47%

R = 9.35%
G = 40.19%
B = 50.47%

CMYK

 C value IS 0.81

 M value IS 0.20

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#14566C (or 0x14566C) is known color: Orient. HEX triplet: 14, 56 and 6C. RGB value is (20,86,108). Sum of RGB (Red+Green+Blue) = 20+86+108=214 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.35% from 214); Green value is 86 (33.98% from 255 or 40.19% from 214); Blue value is 108 (42.58% from 255 or 50.47% from 214); Max value from RGB is 108 - color contains mainly: blue. Hex color #14566C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14566C is #EBA993. Grayscale: #444444. Windows color (decimal): -15444372 or 7099924. OLE color: 7099924.

HSL color Cylindrical-coordinate representation of color #14566C: hue angle of 195º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #14566C is Cyan = 0.81, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 20 86 108 -
CMYK 0.81 0.20 0 0.58
HSL 195º 0.69% 0.25% -
HSV(B) 195º 0.81% 0.42% -
XYZ 6.32 7.89 15.38 -
YUV 68.77 150.13 93.21 -
System Red Green Blue C M Y K H S L
Decimal 20 86 108 0.81 0.20 0 0.58 195 0.69 0.25
Hex 14 56 6C 51 14 0 3A C3 45 19
Octal 24 126 154 121 24 0 72 303 105 31
Binary 10100 1010110 1101100 1010001 10100 0 111010 11000011 1000101 11001

Color Harmonies of #14566C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14566C

Black with #14566C

Text Example


Text Example

White with #14566C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14566C; }

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

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

background-color css

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

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

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

border-color css

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

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

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