Html Css Color HEX #134CBF Denim

📋 copy color: '#134CBF'

red 19 ◦ green 76 ◦ blue 191

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

Shades of Denim #134CBF

Tints of Denim #134CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 66.78%

R = 6.64%
G = 26.57%
B = 66.78%

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

#134CBF (or 0x134CBF) is known color: Denim. HEX triplet: 13, 4C and BF. RGB value is (19,76,191). Sum of RGB (Red+Green+Blue) = 19+76+191=286 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.64% from 286); Green value is 76 (30.08% from 255 or 26.57% from 286); Blue value is 191 (75% from 255 or 66.78% from 286); Max value from RGB is 191 - color contains mainly: blue. Hex color #134CBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #134CBF is #ECB340. Grayscale: #474747. Windows color (decimal): -15512385 or 12536851. OLE color: 12536851.

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

Color convert

RGB 19 76 191 -
CMYK 0.90 0.60 0 0.25
HSL 220.12º 0.82% 0.41% -
HSV(B) 220.12º 0.9% 0.75% -
XYZ 12.26 9.07 50.39 -
YUV 72.07 195.12 90.15 -
System Red Green Blue C M Y K H S L
Decimal 19 76 191 0.90 0.60 0 0.25 220.12 0.82 0.41
Hex 13 4C BF 5A 3C 0 19 DC 52 29
Octal 23 114 277 132 74 0 31 334 122 51
Binary 10011 1001100 10111111 1011010 111100 0 11001 11011100 1010010 101001

Color Harmonies of #134CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134CBF

Black with #134CBF

Text Example


Text Example

White with #134CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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