Html Css Color HEX #1368CE Denim

📋 copy color: '#1368CE'

red 19 ◦ green 104 ◦ blue 206

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

Shades of Denim #1368CE

Tints of Denim #1368CE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.61%

 BLUE value IS 206 (80.86% from 255) = 62.61%

R = 5.78%
G = 31.61%
B = 62.61%

CMYK

 C value IS 0.91

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1368CE (or 0x1368CE) is known color: Denim. HEX triplet: 13, 68 and CE. RGB value is (19,104,206). Sum of RGB (Red+Green+Blue) = 19+104+206=329 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.78% from 329); Green value is 104 (41.02% from 255 or 31.61% from 329); Blue value is 206 (80.86% from 255 or 62.61% from 329); Max value from RGB is 206 - color contains mainly: blue. Hex color #1368CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1368CE is #EC9731. Grayscale: #595959. Windows color (decimal): -15505202 or 13527059. OLE color: 13527059.

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

Color convert

RGB 19 104 206 -
CMYK 0.91 0.50 0 0.19
HSL 212.73º 0.83% 0.44% -
HSV(B) 212.73º 0.91% 0.81% -
XYZ 16.36 14.5 60.33 -
YUV 90.21 193.34 77.21 -
System Red Green Blue C M Y K H S L
Decimal 19 104 206 0.91 0.50 0 0.19 212.73 0.83 0.44
Hex 13 68 CE 5B 32 0 13 D5 53 2C
Octal 23 150 316 133 62 0 23 325 123 54
Binary 10011 1101000 11001110 1011011 110010 0 10011 11010101 1010011 101100

Color Harmonies of #1368CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1368CE

Black with #1368CE

Text Example


Text Example

White with #1368CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1368CE; }

 p { color: rgb(19,104,206); }

 H1.HeaderClassName
 {
   color: #1368CE;
 }
 .AnyTagClassName
 {
   color: #1368CE;
 }
</style>

background-color css

<style>
 a { background-color: #1368CE; }

 a { background-color: rgb(19,104,206); }

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

border-color css

<style>
 span { border-color: #1368CE; }

 span { border-color: rgb(19,104,206); }

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