Html Css Color HEX #134CBE Denim

📋 copy color: '#134CBE'

red 19 ◦ green 76 ◦ blue 190

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

Shades of Denim #134CBE

Tints of Denim #134CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 66.67%

R = 6.67%
G = 26.67%
B = 66.67%

CMYK

 C value IS 0.90

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#134CBE (or 0x134CBE) is known color: Denim. HEX triplet: 13, 4C and BE. RGB value is (19,76,190). Sum of RGB (Red+Green+Blue) = 19+76+190=285 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.67% from 285); Green value is 76 (30.08% from 255 or 26.67% from 285); Blue value is 190 (74.61% from 255 or 66.67% from 285); Max value from RGB is 190 - color contains mainly: blue. Hex color #134CBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #134CBE is #ECB341. Grayscale: #474747. Windows color (decimal): -15512386 or 12471315. OLE color: 12471315.

HSL color Cylindrical-coordinate representation of color #134CBE: hue angle of 220º 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 #134CBE is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 19 76 190 -
CMYK 0.90 0.60 0 0.25
HSL 220º 0.82% 0.41% -
HSV(B) 220º 0.9% 0.75% -
XYZ 12.15 9.03 49.82 -
YUV 71.95 194.62 90.23 -
System Red Green Blue C M Y K H S L
Decimal 19 76 190 0.90 0.60 0 0.25 220 0.82 0.41
Hex 13 4C BE 5A 3C 0 19 DC 52 29
Octal 23 114 276 132 74 0 31 334 122 51
Binary 10011 1001100 10111110 1011010 111100 0 11001 11011100 1010010 101001

Color Harmonies of #134CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134CBE

Black with #134CBE

Text Example


Text Example

White with #134CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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