Html Css Color HEX #146BCC Denim

📋 copy color: '#146BCC'

red 20 ◦ green 107 ◦ blue 204

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

Shades of Denim #146BCC

Tints of Denim #146BCC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.33%

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

R = 6.04%
G = 32.33%
B = 61.63%

CMYK

 C value IS 0.90

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#146BCC (or 0x146BCC) is known color: Denim. HEX triplet: 14, 6B and CC. RGB value is (20,107,204). Sum of RGB (Red+Green+Blue) = 20+107+204=331 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.04% from 331); Green value is 107 (42.19% from 255 or 32.33% from 331); Blue value is 204 (80.08% from 255 or 61.63% from 331); Max value from RGB is 204 - color contains mainly: blue. Hex color #146BCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146BCC is #EB9433. Grayscale: #5B5B5B. Windows color (decimal): -15438900 or 13396756. OLE color: 13396756.

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

Color convert

RGB 20 107 204 -
CMYK 0.90 0.48 0 0.2
HSL 211.63º 0.82% 0.44% -
HSV(B) 211.63º 0.9% 0.8% -
XYZ 16.45 15.02 59.16 -
YUV 92.05 191.18 76.61 -
System Red Green Blue C M Y K H S L
Decimal 20 107 204 0.90 0.48 0 0.2 211.63 0.82 0.44
Hex 14 6B CC 5A 30 0 14 D4 52 2C
Octal 24 153 314 132 60 0 24 324 122 54
Binary 10100 1101011 11001100 1011010 110000 0 10100 11010100 1010010 101100

Color Harmonies of #146BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146BCC

Black with #146BCC

Text Example


Text Example

White with #146BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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