Html Css Color HEX #14566A Orient

📋 copy color: '#14566A'

red 20 ◦ green 86 ◦ blue 106

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

Shades of Orient #14566A

Tints of Orient #14566A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 50%

R = 9.43%
G = 40.57%
B = 50%

CMYK

 C value IS 0.81

 M value IS 0.19

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#14566A (or 0x14566A) is known color: Orient. HEX triplet: 14, 56 and 6A. RGB value is (20,86,106). Sum of RGB (Red+Green+Blue) = 20+86+106=212 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.43% from 212); Green value is 86 (33.98% from 255 or 40.57% from 212); Blue value is 106 (41.80% from 255 or 50% from 212); Max value from RGB is 106 - color contains mainly: blue. Hex color #14566A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14566A is #EBA995. Grayscale: #444444. Windows color (decimal): -15444374 or 6968852. OLE color: 6968852.

HSL color Cylindrical-coordinate representation of color #14566A: hue angle of 193.95º degrees, saturation: 0.68, 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 #14566A is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 20 86 106 -
CMYK 0.81 0.19 0 0.58
HSL 193.95º 0.68% 0.25% -
HSV(B) 193.95º 0.81% 0.42% -
XYZ 6.22 7.84 14.82 -
YUV 68.55 149.13 93.37 -
System Red Green Blue C M Y K H S L
Decimal 20 86 106 0.81 0.19 0 0.58 193.95 0.68 0.25
Hex 14 56 6A 51 13 0 3A C2 44 19
Octal 24 126 152 121 23 0 72 302 104 31
Binary 10100 1010110 1101010 1010001 10011 0 111010 11000010 1000100 11001

Color Harmonies of #14566A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14566A

Black with #14566A

Text Example


Text Example

White with #14566A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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