Html Css Color HEX #146CCC Denim

📋 copy color: '#146CCC'

red 20 ◦ green 108 ◦ blue 204

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

Shades of Denim #146CCC

Tints of Denim #146CCC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.53%

 BLUE value IS 204 (80.08% from 255) = 61.45%

R = 6.02%
G = 32.53%
B = 61.45%

CMYK

 C value IS 0.90

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#146CCC (or 0x146CCC) is known color: Denim. HEX triplet: 14, 6C and CC. RGB value is (20,108,204). Sum of RGB (Red+Green+Blue) = 20+108+204=332 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.02% from 332); Green value is 108 (42.58% from 255 or 32.53% from 332); Blue value is 204 (80.08% from 255 or 61.45% from 332); Max value from RGB is 204 - color contains mainly: blue. Hex color #146CCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146CCC is #EB9333. Grayscale: #5C5C5C. Windows color (decimal): -15438644 or 13397012. OLE color: 13397012.

HSL color Cylindrical-coordinate representation of color #146CCC: hue angle of 211.3º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #146CCC is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 20 108 204 -
CMYK 0.90 0.47 0 0.2
HSL 211.3º 0.82% 0.44% -
HSV(B) 211.3º 0.9% 0.8% -
XYZ 16.55 15.23 59.19 -
YUV 92.63 190.85 76.19 -
System Red Green Blue C M Y K H S L
Decimal 20 108 204 0.90 0.47 0 0.2 211.3 0.82 0.44
Hex 14 6C CC 5A 2F 0 14 D3 52 2C
Octal 24 154 314 132 57 0 24 323 122 54
Binary 10100 1101100 11001100 1011010 101111 0 10100 11010011 1010010 101100

Color Harmonies of #146CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146CCC

Black with #146CCC

Text Example


Text Example

White with #146CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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