Html Css Color HEX #1367CE Denim

📋 copy color: '#1367CE'

red 19 ◦ green 103 ◦ blue 206

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

Shades of Denim #1367CE

Tints of Denim #1367CE

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.4%

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

R = 5.79%
G = 31.4%
B = 62.8%

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

#1367CE (or 0x1367CE) is known color: Denim. HEX triplet: 13, 67 and CE. RGB value is (19,103,206). Sum of RGB (Red+Green+Blue) = 19+103+206=328 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.79% from 328); Green value is 103 (40.62% from 255 or 31.40% from 328); Blue value is 206 (80.86% from 255 or 62.80% from 328); Max value from RGB is 206 - color contains mainly: blue. Hex color #1367CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1367CE is #EC9831. Grayscale: #595959. Windows color (decimal): -15505458 or 13526803. OLE color: 13526803.

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

Color convert

RGB 19 103 206 -
CMYK 0.91 0.50 0 0.19
HSL 213.05º 0.83% 0.44% -
HSV(B) 213.05º 0.91% 0.81% -
XYZ 16.26 14.3 60.29 -
YUV 89.63 193.67 77.62 -
System Red Green Blue C M Y K H S L
Decimal 19 103 206 0.91 0.50 0 0.19 213.05 0.83 0.44
Hex 13 67 CE 5B 32 0 13 D5 53 2C
Octal 23 147 316 133 62 0 23 325 123 54
Binary 10011 1100111 11001110 1011011 110010 0 10011 11010101 1010011 101100

Color Harmonies of #1367CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1367CE

Black with #1367CE

Text Example


Text Example

White with #1367CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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