Html Css Color HEX #1362C8 Denim

📋 copy color: '#1362C8'

red 19 ◦ green 98 ◦ blue 200

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

Shades of Denim #1362C8

Tints of Denim #1362C8

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.91%

 BLUE value IS 200 (78.52% from 255) = 63.09%

R = 5.99%
G = 30.91%
B = 63.09%

CMYK

 C value IS 0.90

 M value IS 0.51

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#1362C8 (or 0x1362C8) is known color: Denim. HEX triplet: 13, 62 and C8. RGB value is (19,98,200). Sum of RGB (Red+Green+Blue) = 19+98+200=317 (41% of max value = 765). Red value is 19 (7.81% from 255 or 5.99% from 317); Green value is 98 (38.67% from 255 or 30.91% from 317); Blue value is 200 (78.52% from 255 or 63.09% from 317); Max value from RGB is 200 - color contains mainly: blue. Hex color #1362C8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1362C8 is #EC9D37. Grayscale: #555555. Windows color (decimal): -15506744 or 13132307. OLE color: 13132307.

HSL color Cylindrical-coordinate representation of color #1362C8: hue angle of 213.81º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1362C8 is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 19 98 200 -
CMYK 0.90 0.51 0 0.22
HSL 213.81º 0.83% 0.43% -
HSV(B) 213.81º 0.91% 0.78% -
XYZ 15.06 13.04 56.37 -
YUV 86.01 192.33 80.21 -
System Red Green Blue C M Y K H S L
Decimal 19 98 200 0.90 0.51 0 0.22 213.81 0.83 0.43
Hex 13 62 C8 5A 33 0 16 D6 53 2B
Octal 23 142 310 132 63 0 26 326 123 53
Binary 10011 1100010 11001000 1011010 110011 0 10110 11010110 1010011 101011

Color Harmonies of #1362C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1362C8

Black with #1362C8

Text Example


Text Example

White with #1362C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1362C8; }

 p { color: rgb(19,98,200); }

 H1.HeaderClassName
 {
   color: #1362C8;
 }
 .AnyTagClassName
 {
   color: #1362C8;
 }
</style>

background-color css

<style>
 a { background-color: #1362C8; }

 a { background-color: rgb(19,98,200); }

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

border-color css

<style>
 span { border-color: #1362C8; }

 span { border-color: rgb(19,98,200); }

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