Html Css Color HEX #1358CD Denim

📋 copy color: '#1358CD'

red 19 ◦ green 88 ◦ blue 205

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

Shades of Denim #1358CD

Tints of Denim #1358CD

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.21%

 BLUE value IS 205 (80.47% from 255) = 65.71%

R = 6.09%
G = 28.21%
B = 65.71%

CMYK

 C value IS 0.91

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1358CD (or 0x1358CD) is known color: Denim. HEX triplet: 13, 58 and CD. RGB value is (19,88,205). Sum of RGB (Red+Green+Blue) = 19+88+205=312 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.09% from 312); Green value is 88 (34.77% from 255 or 28.21% from 312); Blue value is 205 (80.47% from 255 or 65.71% from 312); Max value from RGB is 205 - color contains mainly: blue. Hex color #1358CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1358CD is #ECA732. Grayscale: #505050. Windows color (decimal): -15509299 or 13457427. OLE color: 13457427.

HSL color Cylindrical-coordinate representation of color #1358CD: hue angle of 217.74º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1358CD is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 19 88 205 -
CMYK 0.91 0.57 0 0.20
HSL 217.74º 0.83% 0.44% -
HSV(B) 217.74º 0.91% 0.8% -
XYZ 14.78 11.53 59.2 -
YUV 80.71 198.14 83.99 -
System Red Green Blue C M Y K H S L
Decimal 19 88 205 0.91 0.57 0 0.20 217.74 0.83 0.44
Hex 13 58 CD 5B 39 0 14 DA 53 2C
Octal 23 130 315 133 71 0 24 332 123 54
Binary 10011 1011000 11001101 1011011 111001 0 10100 11011010 1010011 101100

Color Harmonies of #1358CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1358CD

Black with #1358CD

Text Example


Text Example

White with #1358CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1358CD; }

 p { color: rgb(19,88,205); }

 H1.HeaderClassName
 {
   color: #1358CD;
 }
 .AnyTagClassName
 {
   color: #1358CD;
 }
</style>

background-color css

<style>
 a { background-color: #1358CD; }

 a { background-color: rgb(19,88,205); }

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

border-color css

<style>
 span { border-color: #1358CD; }

 span { border-color: rgb(19,88,205); }

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