Html Css Color HEX #1358BE Denim

📋 copy color: '#1358BE'

red 19 ◦ green 88 ◦ blue 190

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

Shades of Denim #1358BE

Tints of Denim #1358BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 63.97%

R = 6.4%
G = 29.63%
B = 63.97%

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

#1358BE (or 0x1358BE) is known color: Denim. HEX triplet: 13, 58 and BE. RGB value is (19,88,190). Sum of RGB (Red+Green+Blue) = 19+88+190=297 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.40% from 297); Green value is 88 (34.77% from 255 or 29.63% from 297); Blue value is 190 (74.61% from 255 or 63.97% from 297); Max value from RGB is 190 - color contains mainly: blue. Hex color #1358BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1358BE is #ECA741. Grayscale: #4E4E4E. Windows color (decimal): -15509314 or 12474387. OLE color: 12474387.

HSL color Cylindrical-coordinate representation of color #1358BE: hue angle of 215.79º 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 #1358BE is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 19 88 190 -
CMYK 0.90 0.54 0 0.25
HSL 215.79º 0.82% 0.41% -
HSV(B) 215.79º 0.9% 0.75% -
XYZ 13.05 10.84 50.12 -
YUV 79 190.64 85.21 -
System Red Green Blue C M Y K H S L
Decimal 19 88 190 0.90 0.54 0 0.25 215.79 0.82 0.41
Hex 13 58 BE 5A 36 0 19 D8 52 29
Octal 23 130 276 132 66 0 31 330 122 51
Binary 10011 1011000 10111110 1011010 110110 0 11001 11011000 1010010 101001

Color Harmonies of #1358BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1358BE

Black with #1358BE

Text Example


Text Example

White with #1358BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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