Html Css Color HEX #146FCC Denim

📋 copy color: '#146FCC'

red 20 ◦ green 111 ◦ blue 204

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

Shades of Denim #146FCC

Tints of Denim #146FCC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.13%

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

R = 5.97%
G = 33.13%
B = 60.9%

CMYK

 C value IS 0.90

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#146FCC (or 0x146FCC) is known color: Denim. HEX triplet: 14, 6F and CC. RGB value is (20,111,204). Sum of RGB (Red+Green+Blue) = 20+111+204=335 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.97% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 204 (80.08% from 255 or 60.90% from 335); Max value from RGB is 204 - color contains mainly: blue. Hex color #146FCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146FCC is #EB9033. Grayscale: #5D5D5D. Windows color (decimal): -15437876 or 13397780. OLE color: 13397780.

HSL color Cylindrical-coordinate representation of color #146FCC: hue angle of 210.33º 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 #146FCC is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 20 111 204 -
CMYK 0.90 0.46 0 0.2
HSL 210.33º 0.82% 0.44% -
HSV(B) 210.33º 0.9% 0.8% -
XYZ 16.87 15.88 59.3 -
YUV 94.39 189.85 74.94 -
System Red Green Blue C M Y K H S L
Decimal 20 111 204 0.90 0.46 0 0.2 210.33 0.82 0.44
Hex 14 6F CC 5A 2E 0 14 D2 52 2C
Octal 24 157 314 132 56 0 24 322 122 54
Binary 10100 1101111 11001100 1011010 101110 0 10100 11010010 1010010 101100

Color Harmonies of #146FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146FCC

Black with #146FCC

Text Example


Text Example

White with #146FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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