Html Css Color HEX #1351D5 Denim

📋 copy color: '#1351D5'

red 19 ◦ green 81 ◦ blue 213

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

Shades of Denim #1351D5

Tints of Denim #1351D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 68.05%

R = 6.07%
G = 25.88%
B = 68.05%

CMYK

 C value IS 0.91

 M value IS 0.62

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1351D5 (or 0x1351D5) is known color: Denim. HEX triplet: 13, 51 and D5. RGB value is (19,81,213). Sum of RGB (Red+Green+Blue) = 19+81+213=313 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.07% from 313); Green value is 81 (32.03% from 255 or 25.88% from 313); Blue value is 213 (83.59% from 255 or 68.05% from 313); Max value from RGB is 213 - color contains mainly: blue. Hex color #1351D5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1351D5 is #ECAE2A. Grayscale: #4C4C4C. Windows color (decimal): -15511083 or 13979923. OLE color: 13979923.

HSL color Cylindrical-coordinate representation of color #1351D5: hue angle of 220.82º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1351D5 is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 19 81 213 -
CMYK 0.91 0.62 0 0.16
HSL 220.82º 0.84% 0.45% -
HSV(B) 220.82º 0.91% 0.84% -
XYZ 15.22 10.83 64.24 -
YUV 77.51 204.46 86.27 -
System Red Green Blue C M Y K H S L
Decimal 19 81 213 0.91 0.62 0 0.16 220.82 0.84 0.45
Hex 13 51 D5 5B 3E 0 10 DD 54 2D
Octal 23 121 325 133 76 0 20 335 124 55
Binary 10011 1010001 11010101 1011011 111110 0 10000 11011101 1010100 101101

Color Harmonies of #1351D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1351D5

Black with #1351D5

Text Example


Text Example

White with #1351D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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