Html Css Color HEX #134CB6 Denim

📋 copy color: '#134CB6'

red 19 ◦ green 76 ◦ blue 182

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

Shades of Denim #134CB6

Tints of Denim #134CB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 65.7%

R = 6.86%
G = 27.44%
B = 65.7%

CMYK

 C value IS 0.90

 M value IS 0.58

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#134CB6 (or 0x134CB6) is known color: Denim. HEX triplet: 13, 4C and B6. RGB value is (19,76,182). Sum of RGB (Red+Green+Blue) = 19+76+182=277 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.86% from 277); Green value is 76 (30.08% from 255 or 27.44% from 277); Blue value is 182 (71.48% from 255 or 65.70% from 277); Max value from RGB is 182 - color contains mainly: blue. Hex color #134CB6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #134CB6 is #ECB349. Grayscale: #464646. Windows color (decimal): -15512394 or 11947027. OLE color: 11947027.

HSL color Cylindrical-coordinate representation of color #134CB6: hue angle of 219.02º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #134CB6 is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 19 76 182 -
CMYK 0.90 0.58 0 0.29
HSL 219.02º 0.81% 0.39% -
HSV(B) 219.02º 0.9% 0.71% -
XYZ 11.3 8.68 45.34 -
YUV 71.04 190.62 90.88 -
System Red Green Blue C M Y K H S L
Decimal 19 76 182 0.90 0.58 0 0.29 219.02 0.81 0.39
Hex 13 4C B6 5A 3A 0 1D DB 51 27
Octal 23 114 266 132 72 0 35 333 121 47
Binary 10011 1001100 10110110 1011010 111010 0 11101 11011011 1010001 100111

Color Harmonies of #134CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134CB6

Black with #134CB6

Text Example


Text Example

White with #134CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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