Html Css Color HEX #134FBA Denim

📋 copy color: '#134FBA'

red 19 ◦ green 79 ◦ blue 186

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

Shades of Denim #134FBA

Tints of Denim #134FBA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.82%

 BLUE value IS 186 (73.05% from 255) = 65.49%

R = 6.69%
G = 27.82%
B = 65.49%

CMYK

 C value IS 0.90

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#134FBA (or 0x134FBA) is known color: Denim. HEX triplet: 13, 4F and BA. RGB value is (19,79,186). Sum of RGB (Red+Green+Blue) = 19+79+186=284 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.69% from 284); Green value is 79 (31.25% from 255 or 27.82% from 284); Blue value is 186 (73.05% from 255 or 65.49% from 284); Max value from RGB is 186 - color contains mainly: blue. Hex color #134FBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #134FBA is #ECB045. Grayscale: #484848. Windows color (decimal): -15511622 or 12209939. OLE color: 12209939.

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

Color convert

RGB 19 79 186 -
CMYK 0.90 0.58 0 0.27
HSL 218.44º 0.81% 0.4% -
HSV(B) 218.44º 0.9% 0.73% -
XYZ 11.93 9.28 47.62 -
YUV 73.26 191.62 89.3 -
System Red Green Blue C M Y K H S L
Decimal 19 79 186 0.90 0.58 0 0.27 218.44 0.81 0.4
Hex 13 4F BA 5A 3A 0 1B DA 51 28
Octal 23 117 272 132 72 0 33 332 121 50
Binary 10011 1001111 10111010 1011010 111010 0 11011 11011010 1010001 101000

Color Harmonies of #134FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134FBA

Black with #134FBA

Text Example


Text Example

White with #134FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,79,186); }

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

background-color css

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

 a { background-color: rgb(19,79,186); }

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

border-color css

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

 span { border-color: rgb(19,79,186); }

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