Html Css Color HEX #1355CF Denim

📋 copy color: '#1355CF'

red 19 ◦ green 85 ◦ blue 207

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

Shades of Denim #1355CF

Tints of Denim #1355CF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.33%

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

R = 6.11%
G = 27.33%
B = 66.56%

CMYK

 C value IS 0.91

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1355CF (or 0x1355CF) is known color: Denim. HEX triplet: 13, 55 and CF. RGB value is (19,85,207). Sum of RGB (Red+Green+Blue) = 19+85+207=311 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.11% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 207 (81.25% from 255 or 66.56% from 311); Max value from RGB is 207 - color contains mainly: blue. Hex color #1355CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1355CF is #ECAA30. Grayscale: #4E4E4E. Windows color (decimal): -15510065 or 13587731. OLE color: 13587731.

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

Color convert

RGB 19 85 207 -
CMYK 0.91 0.59 0 0.19
HSL 218.94º 0.83% 0.44% -
HSV(B) 218.94º 0.91% 0.81% -
XYZ 14.78 11.14 60.4 -
YUV 79.17 200.13 85.08 -
System Red Green Blue C M Y K H S L
Decimal 19 85 207 0.91 0.59 0 0.19 218.94 0.83 0.44
Hex 13 55 CF 5B 3B 0 13 DB 53 2C
Octal 23 125 317 133 73 0 23 333 123 54
Binary 10011 1010101 11001111 1011011 111011 0 10011 11011011 1010011 101100

Color Harmonies of #1355CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1355CF

Black with #1355CF

Text Example


Text Example

White with #1355CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1355CF; }

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

 H1.HeaderClassName
 {
   color: #1355CF;
 }
 .AnyTagClassName
 {
   color: #1355CF;
 }
</style>

background-color css

<style>
 a { background-color: #1355CF; }

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

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

border-color css

<style>
 span { border-color: #1355CF; }

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

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