Html Css Color HEX #134CC4 Denim

📋 copy color: '#134CC4'

red 19 ◦ green 76 ◦ blue 196

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

Shades of Denim #134CC4

Tints of Denim #134CC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 67.35%

R = 6.53%
G = 26.12%
B = 67.35%

CMYK

 C value IS 0.90

 M value IS 0.61

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#134CC4 (or 0x134CC4) is known color: Denim. HEX triplet: 13, 4C and C4. RGB value is (19,76,196). Sum of RGB (Red+Green+Blue) = 19+76+196=291 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.53% from 291); Green value is 76 (30.08% from 255 or 26.12% from 291); Blue value is 196 (76.95% from 255 or 67.35% from 291); Max value from RGB is 196 - color contains mainly: blue. Hex color #134CC4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #134CC4 is #ECB33B. Grayscale: #484848. Windows color (decimal): -15512380 or 12864531. OLE color: 12864531.

HSL color Cylindrical-coordinate representation of color #134CC4: hue angle of 220.68º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #134CC4 is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 19 76 196 -
CMYK 0.90 0.61 0 0.23
HSL 220.68º 0.82% 0.42% -
HSV(B) 220.68º 0.9% 0.77% -
XYZ 12.82 9.29 53.34 -
YUV 72.64 197.62 89.74 -
System Red Green Blue C M Y K H S L
Decimal 19 76 196 0.90 0.61 0 0.23 220.68 0.82 0.42
Hex 13 4C C4 5A 3D 0 17 DD 52 2A
Octal 23 114 304 132 75 0 27 335 122 52
Binary 10011 1001100 11000100 1011010 111101 0 10111 11011101 1010010 101010

Color Harmonies of #134CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134CC4

Black with #134CC4

Text Example


Text Example

White with #134CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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