Html Css Color HEX #1367CC Denim

📋 copy color: '#1367CC'

red 19 ◦ green 103 ◦ blue 204

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

Shades of Denim #1367CC

Tints of Denim #1367CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 62.58%

R = 5.83%
G = 31.6%
B = 62.58%

CMYK

 C value IS 0.91

 M value IS 0.50

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1367CC (or 0x1367CC) is known color: Denim. HEX triplet: 13, 67 and CC. RGB value is (19,103,204). Sum of RGB (Red+Green+Blue) = 19+103+204=326 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.83% from 326); Green value is 103 (40.62% from 255 or 31.60% from 326); Blue value is 204 (80.08% from 255 or 62.58% from 326); Max value from RGB is 204 - color contains mainly: blue. Hex color #1367CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1367CC is #EC9833. Grayscale: #585858. Windows color (decimal): -15505460 or 13395731. OLE color: 13395731.

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

Color convert

RGB 19 103 204 -
CMYK 0.91 0.50 0 0.2
HSL 212.76º 0.83% 0.44% -
HSV(B) 212.76º 0.91% 0.8% -
XYZ 16.02 14.2 59.02 -
YUV 89.4 192.67 77.79 -
System Red Green Blue C M Y K H S L
Decimal 19 103 204 0.91 0.50 0 0.2 212.76 0.83 0.44
Hex 13 67 CC 5B 32 0 14 D5 53 2C
Octal 23 147 314 133 62 0 24 325 123 54
Binary 10011 1100111 11001100 1011011 110010 0 10100 11010101 1010011 101100

Color Harmonies of #1367CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1367CC

Black with #1367CC

Text Example


Text Example

White with #1367CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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