Html Css Color HEX #134BC0 Denim

📋 copy color: '#134BC0'

red 19 ◦ green 75 ◦ blue 192

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

Shades of Denim #134BC0

Tints of Denim #134BC0

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.22%

 BLUE value IS 192 (75.39% from 255) = 67.13%

R = 6.64%
G = 26.22%
B = 67.13%

CMYK

 C value IS 0.90

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#134BC0 (or 0x134BC0) is known color: Denim. HEX triplet: 13, 4B and C0. RGB value is (19,75,192). Sum of RGB (Red+Green+Blue) = 19+75+192=286 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.64% from 286); Green value is 75 (29.69% from 255 or 26.22% from 286); Blue value is 192 (75.39% from 255 or 67.13% from 286); Max value from RGB is 192 - color contains mainly: blue. Hex color #134BC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #134BC0 is #ECB43F. Grayscale: #474747. Windows color (decimal): -15512640 or 12602131. OLE color: 12602131.

HSL color Cylindrical-coordinate representation of color #134BC0: hue angle of 220.58º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #134BC0 is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 19 75 192 -
CMYK 0.90 0.61 0 0.25
HSL 220.58º 0.82% 0.41% -
HSV(B) 220.58º 0.9% 0.75% -
XYZ 12.3 8.98 50.95 -
YUV 71.59 195.95 90.49 -
System Red Green Blue C M Y K H S L
Decimal 19 75 192 0.90 0.61 0 0.25 220.58 0.82 0.41
Hex 13 4B C0 5A 3D 0 19 DD 52 29
Octal 23 113 300 132 75 0 31 335 122 51
Binary 10011 1001011 11000000 1011010 111101 0 11001 11011101 1010010 101001

Color Harmonies of #134BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134BC0

Black with #134BC0

Text Example


Text Example

White with #134BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,75,192); }

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

background-color css

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

 a { background-color: rgb(19,75,192); }

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

border-color css

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

 span { border-color: rgb(19,75,192); }

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