Html Css Color HEX #134CCC Denim

📋 copy color: '#134CCC'

red 19 ◦ green 76 ◦ blue 204

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

Shades of Denim #134CCC

Tints of Denim #134CCC

RGB

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

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

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

R = 6.35%
G = 25.42%
B = 68.23%

CMYK

 C value IS 0.91

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#134CCC (or 0x134CCC) is known color: Denim. HEX triplet: 13, 4C and CC. RGB value is (19,76,204). Sum of RGB (Red+Green+Blue) = 19+76+204=299 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.35% from 299); Green value is 76 (30.08% from 255 or 25.42% from 299); Blue value is 204 (80.08% from 255 or 68.23% from 299); Max value from RGB is 204 - color contains mainly: blue. Hex color #134CCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #134CCC is #ECB333. Grayscale: #484848. Windows color (decimal): -15512372 or 13388819. OLE color: 13388819.

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

Color convert

RGB 19 76 204 -
CMYK 0.91 0.63 0 0.2
HSL 221.51º 0.83% 0.44% -
HSV(B) 221.51º 0.91% 0.8% -
XYZ 13.75 9.67 58.27 -
YUV 73.55 201.62 89.09 -
System Red Green Blue C M Y K H S L
Decimal 19 76 204 0.91 0.63 0 0.2 221.51 0.83 0.44
Hex 13 4C CC 5B 3F 0 14 DE 53 2C
Octal 23 114 314 133 77 0 24 336 123 54
Binary 10011 1001100 11001100 1011011 111111 0 10100 11011110 1010011 101100

Color Harmonies of #134CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134CCC

Black with #134CCC

Text Example


Text Example

White with #134CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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