Html Css Color HEX #134DCB Denim

📋 copy color: '#134DCB'

red 19 ◦ green 77 ◦ blue 203

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

Shades of Denim #134DCB

Tints of Denim #134DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 67.89%

R = 6.35%
G = 25.75%
B = 67.89%

CMYK

 C value IS 0.91

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#134DCB (or 0x134DCB) is known color: Denim. HEX triplet: 13, 4D and CB. RGB value is (19,77,203). Sum of RGB (Red+Green+Blue) = 19+77+203=299 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.35% from 299); Green value is 77 (30.47% from 255 or 25.75% from 299); Blue value is 203 (79.69% from 255 or 67.89% from 299); Max value from RGB is 203 - color contains mainly: blue. Hex color #134DCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #134DCB is #ECB234. Grayscale: #494949. Windows color (decimal): -15512117 or 13323539. OLE color: 13323539.

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

Color convert

RGB 19 77 203 -
CMYK 0.91 0.62 0 0.20
HSL 221.09º 0.83% 0.44% -
HSV(B) 221.09º 0.91% 0.8% -
XYZ 13.7 9.76 57.66 -
YUV 74.02 200.78 88.75 -
System Red Green Blue C M Y K H S L
Decimal 19 77 203 0.91 0.62 0 0.20 221.09 0.83 0.44
Hex 13 4D CB 5B 3E 0 14 DD 53 2C
Octal 23 115 313 133 76 0 24 335 123 54
Binary 10011 1001101 11001011 1011011 111110 0 10100 11011101 1010011 101100

Color Harmonies of #134DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134DCB

Black with #134DCB

Text Example


Text Example

White with #134DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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