Html Css Color HEX #146244 Jewel

📋 copy color: '#146244'

red 20 ◦ green 98 ◦ blue 68

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

Shades of Jewel #146244

Tints of Jewel #146244

RGB

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

 GREEN value IS 98 (38.67% from 255) = 52.69%

 BLUE value IS 68 (26.95% from 255) = 36.56%

R = 10.75%
G = 52.69%
B = 36.56%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#146244 (or 0x146244) is known color: Jewel. HEX triplet: 14, 62 and 44. RGB value is (20,98,68). Sum of RGB (Red+Green+Blue) = 20+98+68=186 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.75% from 186); Green value is 98 (38.67% from 255 or 52.69% from 186); Blue value is 68 (26.95% from 255 or 36.56% from 186); Max value from RGB is 98 - color contains mainly: green. Hex color #146244 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146244 is #EB9DBB. Grayscale: #474747. Windows color (decimal): -15441340 or 4481556. OLE color: 4481556.

HSL color Cylindrical-coordinate representation of color #146244: hue angle of 156.92º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #146244 is Cyan = 0.80, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB 20 98 68 -
CMYK 0.80 0 0.31 0.62
HSL 156.92º 0.66% 0.23% -
HSV(B) 156.92º 0.8% 0.38% -
XYZ 5.7 9.3 6.96 -
YUV 71.26 126.16 91.44 -
System Red Green Blue C M Y K H S L
Decimal 20 98 68 0.80 0 0.31 0.62 156.92 0.66 0.23
Hex 14 62 44 50 0 1F 3E 9D 42 17
Octal 24 142 104 120 0 37 76 235 102 27
Binary 10100 1100010 1000100 1010000 0 11111 111110 10011101 1000010 10111

Color Harmonies of #146244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146244

Black with #146244

Text Example


Text Example

White with #146244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146244; }

 p { color: rgb(20,98,68); }

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

background-color css

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

 a { background-color: rgb(20,98,68); }

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

border-color css

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

 span { border-color: rgb(20,98,68); }

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