Html Css Color HEX #1358BF Denim

📋 copy color: '#1358BF'

red 19 ◦ green 88 ◦ blue 191

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

Shades of Denim #1358BF

Tints of Denim #1358BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 64.09%

R = 6.38%
G = 29.53%
B = 64.09%

CMYK

 C value IS 0.90

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1358BF (or 0x1358BF) is known color: Denim. HEX triplet: 13, 58 and BF. RGB value is (19,88,191). Sum of RGB (Red+Green+Blue) = 19+88+191=298 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.38% from 298); Green value is 88 (34.77% from 255 or 29.53% from 298); Blue value is 191 (75% from 255 or 64.09% from 298); Max value from RGB is 191 - color contains mainly: blue. Hex color #1358BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1358BF is #ECA740. Grayscale: #4E4E4E. Windows color (decimal): -15509313 or 12539923. OLE color: 12539923.

HSL color Cylindrical-coordinate representation of color #1358BF: hue angle of 215.93º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1358BF is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 19 88 191 -
CMYK 0.90 0.54 0 0.25
HSL 215.93º 0.82% 0.41% -
HSV(B) 215.93º 0.9% 0.75% -
XYZ 13.16 10.88 50.7 -
YUV 79.11 191.14 85.12 -
System Red Green Blue C M Y K H S L
Decimal 19 88 191 0.90 0.54 0 0.25 215.93 0.82 0.41
Hex 13 58 BF 5A 36 0 19 D8 52 29
Octal 23 130 277 132 66 0 31 330 122 51
Binary 10011 1011000 10111111 1011010 110110 0 11001 11011000 1010010 101001

Color Harmonies of #1358BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1358BF

Black with #1358BF

Text Example


Text Example

White with #1358BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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