Html Css Color HEX #134FC9 Denim

📋 copy color: '#134FC9'

red 19 ◦ green 79 ◦ blue 201

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

Shades of Denim #134FC9

Tints of Denim #134FC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 67.22%

R = 6.35%
G = 26.42%
B = 67.22%

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

#134FC9 (or 0x134FC9) is known color: Denim. HEX triplet: 13, 4F and C9. RGB value is (19,79,201). Sum of RGB (Red+Green+Blue) = 19+79+201=299 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.35% from 299); Green value is 79 (31.25% from 255 or 26.42% from 299); Blue value is 201 (78.91% from 255 or 67.22% from 299); Max value from RGB is 201 - color contains mainly: blue. Hex color #134FC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #134FC9 is #ECB036. Grayscale: #4A4A4A. Windows color (decimal): -15511607 or 13192979. OLE color: 13192979.

HSL color Cylindrical-coordinate representation of color #134FC9: hue angle of 220.22º 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 #134FC9 is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 19 79 201 -
CMYK 0.91 0.61 0 0.21
HSL 220.22º 0.83% 0.43% -
HSV(B) 220.22º 0.91% 0.79% -
XYZ 13.61 9.95 56.46 -
YUV 74.97 199.12 88.08 -
System Red Green Blue C M Y K H S L
Decimal 19 79 201 0.91 0.61 0 0.21 220.22 0.83 0.43
Hex 13 4F C9 5B 3D 0 15 DC 53 2B
Octal 23 117 311 133 75 0 25 334 123 53
Binary 10011 1001111 11001001 1011011 111101 0 10101 11011100 1010011 101011

Color Harmonies of #134FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134FC9

Black with #134FC9

Text Example


Text Example

White with #134FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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