Html Css Color HEX #134FC6 Denim

📋 copy color: '#134FC6'

red 19 ◦ green 79 ◦ blue 198

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

Shades of Denim #134FC6

Tints of Denim #134FC6

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.69%

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

R = 6.42%
G = 26.69%
B = 66.89%

CMYK

 C value IS 0.90

 M value IS 0.60

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#134FC6 (or 0x134FC6) is known color: Denim. HEX triplet: 13, 4F and C6. RGB value is (19,79,198). Sum of RGB (Red+Green+Blue) = 19+79+198=296 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.42% from 296); Green value is 79 (31.25% from 255 or 26.69% from 296); Blue value is 198 (77.73% from 255 or 66.89% from 296); Max value from RGB is 198 - color contains mainly: blue. Hex color #134FC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #134FC6 is #ECB039. Grayscale: #4A4A4A. Windows color (decimal): -15511610 or 12996371. OLE color: 12996371.

HSL color Cylindrical-coordinate representation of color #134FC6: hue angle of 219.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 #134FC6 is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 19 79 198 -
CMYK 0.90 0.60 0 0.22
HSL 219.89º 0.82% 0.43% -
HSV(B) 219.89º 0.9% 0.78% -
XYZ 13.26 9.81 54.62 -
YUV 74.63 197.62 88.32 -
System Red Green Blue C M Y K H S L
Decimal 19 79 198 0.90 0.60 0 0.22 219.89 0.82 0.43
Hex 13 4F C6 5A 3C 0 16 DC 52 2B
Octal 23 117 306 132 74 0 26 334 122 53
Binary 10011 1001111 11000110 1011010 111100 0 10110 11011100 1010010 101011

Color Harmonies of #134FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134FC6

Black with #134FC6

Text Example


Text Example

White with #134FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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