Html Css Color HEX #134CBD Denim

📋 copy color: '#134CBD'

red 19 ◦ green 76 ◦ blue 189

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

Shades of Denim #134CBD

Tints of Denim #134CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 66.55%

R = 6.69%
G = 26.76%
B = 66.55%

CMYK

 C value IS 0.90

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#134CBD (or 0x134CBD) is known color: Denim. HEX triplet: 13, 4C and BD. RGB value is (19,76,189). Sum of RGB (Red+Green+Blue) = 19+76+189=284 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.69% from 284); Green value is 76 (30.08% from 255 or 26.76% from 284); Blue value is 189 (74.22% from 255 or 66.55% from 284); Max value from RGB is 189 - color contains mainly: blue. Hex color #134CBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #134CBD is #ECB342. Grayscale: #474747. Windows color (decimal): -15512387 or 12405779. OLE color: 12405779.

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

Color convert

RGB 19 76 189 -
CMYK 0.90 0.60 0 0.26
HSL 219.88º 0.82% 0.41% -
HSV(B) 219.88º 0.9% 0.74% -
XYZ 12.04 8.98 49.24 -
YUV 71.84 194.12 90.31 -
System Red Green Blue C M Y K H S L
Decimal 19 76 189 0.90 0.60 0 0.26 219.88 0.82 0.41
Hex 13 4C BD 5A 3C 0 1A DC 52 29
Octal 23 114 275 132 74 0 32 334 122 51
Binary 10011 1001100 10111101 1011010 111100 0 11010 11011100 1010010 101001

Color Harmonies of #134CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134CBD

Black with #134CBD

Text Example


Text Example

White with #134CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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