Html Css Color HEX #134EC2 Denim

📋 copy color: '#134EC2'

red 19 ◦ green 78 ◦ blue 194

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

Shades of Denim #134EC2

Tints of Denim #134EC2

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.8%

 BLUE value IS 194 (76.17% from 255) = 66.67%

R = 6.53%
G = 26.8%
B = 66.67%

CMYK

 C value IS 0.90

 M value IS 0.60

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#134EC2 (or 0x134EC2) is known color: Denim. HEX triplet: 13, 4E and C2. RGB value is (19,78,194). Sum of RGB (Red+Green+Blue) = 19+78+194=291 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.53% from 291); Green value is 78 (30.86% from 255 or 26.80% from 291); Blue value is 194 (76.17% from 255 or 66.67% from 291); Max value from RGB is 194 - color contains mainly: blue. Hex color #134EC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #134EC2 is #ECB13D. Grayscale: #494949. Windows color (decimal): -15511870 or 12733971. OLE color: 12733971.

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

Color convert

RGB 19 78 194 -
CMYK 0.90 0.60 0 0.24
HSL 219.77º 0.82% 0.42% -
HSV(B) 219.77º 0.9% 0.76% -
XYZ 12.73 9.48 52.2 -
YUV 73.58 195.95 89.07 -
System Red Green Blue C M Y K H S L
Decimal 19 78 194 0.90 0.60 0 0.24 219.77 0.82 0.42
Hex 13 4E C2 5A 3C 0 18 DC 52 2A
Octal 23 116 302 132 74 0 30 334 122 52
Binary 10011 1001110 11000010 1011010 111100 0 11000 11011100 1010010 101010

Color Harmonies of #134EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134EC2

Black with #134EC2

Text Example


Text Example

White with #134EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,78,194); }

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

background-color css

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

 a { background-color: rgb(19,78,194); }

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

border-color css

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

 span { border-color: rgb(19,78,194); }

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