Html Css Color HEX #134FCC Denim

📋 copy color: '#134FCC'

red 19 ◦ green 79 ◦ blue 204

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

Shades of Denim #134FCC

Tints of Denim #134FCC

RGB

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

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

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

R = 6.29%
G = 26.16%
B = 67.55%

CMYK

 C value IS 0.91

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#134FCC (or 0x134FCC) is known color: Denim. HEX triplet: 13, 4F and CC. RGB value is (19,79,204). Sum of RGB (Red+Green+Blue) = 19+79+204=302 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.29% from 302); Green value is 79 (31.25% from 255 or 26.16% from 302); Blue value is 204 (80.08% from 255 or 67.55% from 302); Max value from RGB is 204 - color contains mainly: blue. Hex color #134FCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #134FCC is #ECB033. Grayscale: #4A4A4A. Windows color (decimal): -15511604 or 13389587. OLE color: 13389587.

HSL color Cylindrical-coordinate representation of color #134FCC: hue angle of 220.54º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #134FCC is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 19 79 204 -
CMYK 0.91 0.61 0 0.2
HSL 220.54º 0.83% 0.44% -
HSV(B) 220.54º 0.91% 0.8% -
XYZ 13.96 10.09 58.34 -
YUV 75.31 200.62 87.84 -
System Red Green Blue C M Y K H S L
Decimal 19 79 204 0.91 0.61 0 0.2 220.54 0.83 0.44
Hex 13 4F CC 5B 3D 0 14 DD 53 2C
Octal 23 117 314 133 75 0 24 335 123 54
Binary 10011 1001111 11001100 1011011 111101 0 10100 11011101 1010011 101100

Color Harmonies of #134FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134FCC

Black with #134FCC

Text Example


Text Example

White with #134FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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