Html Css Color HEX #134DCF Denim

📋 copy color: '#134DCF'

red 19 ◦ green 77 ◦ blue 207

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

Shades of Denim #134DCF

Tints of Denim #134DCF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.41%

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

R = 6.27%
G = 25.41%
B = 68.32%

CMYK

 C value IS 0.91

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#134DCF (or 0x134DCF) is known color: Denim. HEX triplet: 13, 4D and CF. RGB value is (19,77,207). Sum of RGB (Red+Green+Blue) = 19+77+207=303 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.27% from 303); Green value is 77 (30.47% from 255 or 25.41% from 303); Blue value is 207 (81.25% from 255 or 68.32% from 303); Max value from RGB is 207 - color contains mainly: blue. Hex color #134DCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #134DCF is #ECB230. Grayscale: #494949. Windows color (decimal): -15512113 or 13585683. OLE color: 13585683.

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

Color convert

RGB 19 77 207 -
CMYK 0.91 0.63 0 0.19
HSL 221.49º 0.83% 0.44% -
HSV(B) 221.49º 0.91% 0.81% -
XYZ 14.18 9.95 60.2 -
YUV 74.48 202.78 88.43 -
System Red Green Blue C M Y K H S L
Decimal 19 77 207 0.91 0.63 0 0.19 221.49 0.83 0.44
Hex 13 4D CF 5B 3F 0 13 DD 53 2C
Octal 23 115 317 133 77 0 23 335 123 54
Binary 10011 1001101 11001111 1011011 111111 0 10011 11011101 1010011 101100

Color Harmonies of #134DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134DCF

Black with #134DCF

Text Example


Text Example

White with #134DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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