Html Css Color HEX #14664B Jewel

📋 copy color: '#14664B'

red 20 ◦ green 102 ◦ blue 75

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

Shades of Jewel #14664B

Tints of Jewel #14664B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 51.78%

 BLUE value IS 75 (29.69% from 255) = 38.07%

R = 10.15%
G = 51.78%
B = 38.07%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.26

 K value IS 0.6

RGB Variations

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

Color information

#14664B (or 0x14664B) is known color: Jewel. HEX triplet: 14, 66 and 4B. RGB value is (20,102,75). Sum of RGB (Red+Green+Blue) = 20+102+75=197 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.15% from 197); Green value is 102 (40.23% from 255 or 51.78% from 197); Blue value is 75 (29.69% from 255 or 38.07% from 197); Max value from RGB is 102 - color contains mainly: green. Hex color #14664B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14664B is #EB99B4. Grayscale: #4A4A4A. Windows color (decimal): -15440309 or 4941332. OLE color: 4941332.

HSL color Cylindrical-coordinate representation of color #14664B: hue angle of 160.24º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #14664B is Cyan = 0.80, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.6.

Color convert

RGB 20 102 75 -
CMYK 0.80 0 0.26 0.6
HSL 160.24º 0.67% 0.24% -
HSV(B) 160.24º 0.8% 0.4% -
XYZ 6.31 10.16 8.29 -
YUV 74.4 128.33 89.2 -
System Red Green Blue C M Y K H S L
Decimal 20 102 75 0.80 0 0.26 0.6 160.24 0.67 0.24
Hex 14 66 4B 50 0 1A 3C A0 43 18
Octal 24 146 113 120 0 32 74 240 103 30
Binary 10100 1100110 1001011 1010000 0 11010 111100 10100000 1000011 11000

Color Harmonies of #14664B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14664B

Black with #14664B

Text Example


Text Example

White with #14664B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14664B; }

 p { color: rgb(20,102,75); }

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

background-color css

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

 a { background-color: rgb(20,102,75); }

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

border-color css

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

 span { border-color: rgb(20,102,75); }

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