Html Css Color HEX #134FCD Denim

📋 copy color: '#134FCD'

red 19 ◦ green 79 ◦ blue 205

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

Shades of Denim #134FCD

Tints of Denim #134FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 67.66%

R = 6.27%
G = 26.07%
B = 67.66%

CMYK

 C value IS 0.91

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#134FCD (or 0x134FCD) is known color: Denim. HEX triplet: 13, 4F and CD. RGB value is (19,79,205). Sum of RGB (Red+Green+Blue) = 19+79+205=303 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.27% from 303); Green value is 79 (31.25% from 255 or 26.07% from 303); Blue value is 205 (80.47% from 255 or 67.66% from 303); Max value from RGB is 205 - color contains mainly: blue. Hex color #134FCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #134FCD is #ECB032. Grayscale: #4A4A4A. Windows color (decimal): -15511603 or 13455123. OLE color: 13455123.

HSL color Cylindrical-coordinate representation of color #134FCD: hue angle of 220.65º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #134FCD is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 19 79 205 -
CMYK 0.91 0.61 0 0.20
HSL 220.65º 0.83% 0.44% -
HSV(B) 220.65º 0.91% 0.8% -
XYZ 14.08 10.14 58.97 -
YUV 75.42 201.12 87.75 -
System Red Green Blue C M Y K H S L
Decimal 19 79 205 0.91 0.61 0 0.20 220.65 0.83 0.44
Hex 13 4F CD 5B 3D 0 14 DD 53 2C
Octal 23 117 315 133 75 0 24 335 123 54
Binary 10011 1001111 11001101 1011011 111101 0 10100 11011101 1010011 101100

Color Harmonies of #134FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134FCD

Black with #134FCD

Text Example


Text Example

White with #134FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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