Html Css Color HEX #134ECF Denim

📋 copy color: '#134ECF'

red 19 ◦ green 78 ◦ blue 207

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

Shades of Denim #134ECF

Tints of Denim #134ECF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.66%

 BLUE value IS 207 (81.25% from 255) = 68.09%

R = 6.25%
G = 25.66%
B = 68.09%

CMYK

 C value IS 0.91

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#134ECF (or 0x134ECF) is known color: Denim. HEX triplet: 13, 4E and CF. RGB value is (19,78,207). Sum of RGB (Red+Green+Blue) = 19+78+207=304 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.25% from 304); Green value is 78 (30.86% from 255 or 25.66% from 304); Blue value is 207 (81.25% from 255 or 68.09% from 304); Max value from RGB is 207 - color contains mainly: blue. Hex color #134ECF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #134ECF is #ECB130. Grayscale: #4A4A4A. Windows color (decimal): -15511857 or 13585939. OLE color: 13585939.

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

Color convert

RGB 19 78 207 -
CMYK 0.91 0.62 0 0.19
HSL 221.17º 0.83% 0.44% -
HSV(B) 221.17º 0.91% 0.81% -
XYZ 14.26 10.09 60.23 -
YUV 75.07 202.45 88.01 -
System Red Green Blue C M Y K H S L
Decimal 19 78 207 0.91 0.62 0 0.19 221.17 0.83 0.44
Hex 13 4E CF 5B 3E 0 13 DD 53 2C
Octal 23 116 317 133 76 0 23 335 123 54
Binary 10011 1001110 11001111 1011011 111110 0 10011 11011101 1010011 101100

Color Harmonies of #134ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134ECF

Black with #134ECF

Text Example


Text Example

White with #134ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,78,207); }

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

background-color css

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

 a { background-color: rgb(19,78,207); }

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

border-color css

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

 span { border-color: rgb(19,78,207); }

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