Html Css Color HEX #134BB8 Denim

📋 copy color: '#134BB8'

red 19 ◦ green 75 ◦ blue 184

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

Shades of Denim #134BB8

Tints of Denim #134BB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 66.19%

R = 6.83%
G = 26.98%
B = 66.19%

CMYK

 C value IS 0.90

 M value IS 0.59

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#134BB8 (or 0x134BB8) is known color: Denim. HEX triplet: 13, 4B and B8. RGB value is (19,75,184). Sum of RGB (Red+Green+Blue) = 19+75+184=278 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.83% from 278); Green value is 75 (29.69% from 255 or 26.98% from 278); Blue value is 184 (72.27% from 255 or 66.19% from 278); Max value from RGB is 184 - color contains mainly: blue. Hex color #134BB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #134BB8 is #ECB447. Grayscale: #464646. Windows color (decimal): -15512648 or 12077843. OLE color: 12077843.

HSL color Cylindrical-coordinate representation of color #134BB8: hue angle of 219.64º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #134BB8 is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 19 75 184 -
CMYK 0.90 0.59 0 0.28
HSL 219.64º 0.81% 0.4% -
HSV(B) 219.64º 0.9% 0.72% -
XYZ 11.44 8.63 46.41 -
YUV 70.68 191.95 91.14 -
System Red Green Blue C M Y K H S L
Decimal 19 75 184 0.90 0.59 0 0.28 219.64 0.81 0.4
Hex 13 4B B8 5A 3B 0 1C DC 51 28
Octal 23 113 270 132 73 0 34 334 121 50
Binary 10011 1001011 10111000 1011010 111011 0 11100 11011100 1010001 101000

Color Harmonies of #134BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134BB8

Black with #134BB8

Text Example


Text Example

White with #134BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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