Html Css Color HEX #1351CE Denim

📋 copy color: '#1351CE'

red 19 ◦ green 81 ◦ blue 206

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

Shades of Denim #1351CE

Tints of Denim #1351CE

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.47%

 BLUE value IS 206 (80.86% from 255) = 67.32%

R = 6.21%
G = 26.47%
B = 67.32%

CMYK

 C value IS 0.91

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1351CE (or 0x1351CE) is known color: Denim. HEX triplet: 13, 51 and CE. RGB value is (19,81,206). Sum of RGB (Red+Green+Blue) = 19+81+206=306 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.21% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 206 (80.86% from 255 or 67.32% from 306); Max value from RGB is 206 - color contains mainly: blue. Hex color #1351CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1351CE is #ECAE31. Grayscale: #4C4C4C. Windows color (decimal): -15511090 or 13521171. OLE color: 13521171.

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

Color convert

RGB 19 81 206 -
CMYK 0.91 0.61 0 0.19
HSL 220.11º 0.83% 0.44% -
HSV(B) 220.11º 0.91% 0.81% -
XYZ 14.35 10.48 59.66 -
YUV 76.71 200.96 86.84 -
System Red Green Blue C M Y K H S L
Decimal 19 81 206 0.91 0.61 0 0.19 220.11 0.83 0.44
Hex 13 51 CE 5B 3D 0 13 DC 53 2C
Octal 23 121 316 133 75 0 23 334 123 54
Binary 10011 1010001 11001110 1011011 111101 0 10011 11011100 1010011 101100

Color Harmonies of #1351CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1351CE

Black with #1351CE

Text Example


Text Example

White with #1351CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1351CE; }

 p { color: rgb(19,81,206); }

 H1.HeaderClassName
 {
   color: #1351CE;
 }
 .AnyTagClassName
 {
   color: #1351CE;
 }
</style>

background-color css

<style>
 a { background-color: #1351CE; }

 a { background-color: rgb(19,81,206); }

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

border-color css

<style>
 span { border-color: #1351CE; }

 span { border-color: rgb(19,81,206); }

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