Html Css Color HEX #134FCA Denim

📋 copy color: '#134FCA'

red 19 ◦ green 79 ◦ blue 202

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

Shades of Denim #134FCA

Tints of Denim #134FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 67.33%

R = 6.33%
G = 26.33%
B = 67.33%

CMYK

 C value IS 0.91

 M value IS 0.61

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#134FCA (or 0x134FCA) is known color: Denim. HEX triplet: 13, 4F and CA. RGB value is (19,79,202). Sum of RGB (Red+Green+Blue) = 19+79+202=300 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.33% from 300); Green value is 79 (31.25% from 255 or 26.33% from 300); Blue value is 202 (79.30% from 255 or 67.33% from 300); Max value from RGB is 202 - color contains mainly: blue. Hex color #134FCA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #134FCA is #ECB035. Grayscale: #4A4A4A. Windows color (decimal): -15511606 or 13258515. OLE color: 13258515.

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

Color convert

RGB 19 79 202 -
CMYK 0.91 0.61 0 0.21
HSL 220.33º 0.83% 0.43% -
HSV(B) 220.33º 0.91% 0.79% -
XYZ 13.73 9.99 57.08 -
YUV 75.08 199.62 88 -
System Red Green Blue C M Y K H S L
Decimal 19 79 202 0.91 0.61 0 0.21 220.33 0.83 0.43
Hex 13 4F CA 5B 3D 0 15 DC 53 2B
Octal 23 117 312 133 75 0 25 334 123 53
Binary 10011 1001111 11001010 1011011 111101 0 10101 11011100 1010011 101011

Color Harmonies of #134FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134FCA

Black with #134FCA

Text Example


Text Example

White with #134FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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