Html Css Color HEX #134CC6 Denim

📋 copy color: '#134CC6'

red 19 ◦ green 76 ◦ blue 198

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

Shades of Denim #134CC6

Tints of Denim #134CC6

RGB

 RED value IS 19 (7.81% from 255) = 6.48%

 GREEN value IS 76 (30.08% from 255) = 25.94%

 BLUE value IS 198 (77.73% from 255) = 67.58%

R = 6.48%
G = 25.94%
B = 67.58%

CMYK

 C value IS 0.90

 M value IS 0.62

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#134CC6 (or 0x134CC6) is known color: Denim. HEX triplet: 13, 4C and C6. RGB value is (19,76,198). Sum of RGB (Red+Green+Blue) = 19+76+198=293 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.48% from 293); Green value is 76 (30.08% from 255 or 25.94% from 293); Blue value is 198 (77.73% from 255 or 67.58% from 293); Max value from RGB is 198 - color contains mainly: blue. Hex color #134CC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #134CC6 is #ECB339. Grayscale: #484848. Windows color (decimal): -15512378 or 12995603. OLE color: 12995603.

HSL color Cylindrical-coordinate representation of color #134CC6: hue angle of 220.89º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #134CC6 is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 19 76 198 -
CMYK 0.90 0.62 0 0.22
HSL 220.89º 0.82% 0.43% -
HSV(B) 220.89º 0.9% 0.78% -
XYZ 13.05 9.38 54.55 -
YUV 72.87 198.62 89.58 -
System Red Green Blue C M Y K H S L
Decimal 19 76 198 0.90 0.62 0 0.22 220.89 0.82 0.43
Hex 13 4C C6 5A 3E 0 16 DD 52 2B
Octal 23 114 306 132 76 0 26 335 122 53
Binary 10011 1001100 11000110 1011010 111110 0 10110 11011101 1010010 101011

Color Harmonies of #134CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134CC6

Black with #134CC6

Text Example


Text Example

White with #134CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134CC6; }

 p { color: rgb(19,76,198); }

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

background-color css

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

 a { background-color: rgb(19,76,198); }

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

border-color css

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

 span { border-color: rgb(19,76,198); }

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