Html Css Color HEX #134DCC Denim

📋 copy color: '#134DCC'

red 19 ◦ green 77 ◦ blue 204

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

Shades of Denim #134DCC

Tints of Denim #134DCC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.67%

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

R = 6.33%
G = 25.67%
B = 68%

CMYK

 C value IS 0.91

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#134DCC (or 0x134DCC) is known color: Denim. HEX triplet: 13, 4D and CC. RGB value is (19,77,204). Sum of RGB (Red+Green+Blue) = 19+77+204=300 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.33% from 300); Green value is 77 (30.47% from 255 or 25.67% from 300); Blue value is 204 (80.08% from 255 or 68% from 300); Max value from RGB is 204 - color contains mainly: blue. Hex color #134DCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #134DCC is #ECB233. Grayscale: #494949. Windows color (decimal): -15512116 or 13389075. OLE color: 13389075.

HSL color Cylindrical-coordinate representation of color #134DCC: hue angle of 221.19º 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 #134DCC is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 19 77 204 -
CMYK 0.91 0.62 0 0.2
HSL 221.19º 0.83% 0.44% -
HSV(B) 221.19º 0.91% 0.8% -
XYZ 13.82 9.81 58.29 -
YUV 74.14 201.28 88.67 -
System Red Green Blue C M Y K H S L
Decimal 19 77 204 0.91 0.62 0 0.2 221.19 0.83 0.44
Hex 13 4D CC 5B 3E 0 14 DD 53 2C
Octal 23 115 314 133 76 0 24 335 123 54
Binary 10011 1001101 11001100 1011011 111110 0 10100 11011101 1010011 101100

Color Harmonies of #134DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134DCC

Black with #134DCC

Text Example


Text Example

White with #134DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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