Html Css Color HEX #1361CC Denim

📋 copy color: '#1361CC'

red 19 ◦ green 97 ◦ blue 204

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

Shades of Denim #1361CC

Tints of Denim #1361CC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.31%

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

R = 5.94%
G = 30.31%
B = 63.75%

CMYK

 C value IS 0.91

 M value IS 0.52

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1361CC (or 0x1361CC) is known color: Denim. HEX triplet: 13, 61 and CC. RGB value is (19,97,204). Sum of RGB (Red+Green+Blue) = 19+97+204=320 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.94% from 320); Green value is 97 (38.28% from 255 or 30.31% from 320); Blue value is 204 (80.08% from 255 or 63.75% from 320); Max value from RGB is 204 - color contains mainly: blue. Hex color #1361CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1361CC is #EC9E33. Grayscale: #555555. Windows color (decimal): -15506996 or 13394195. OLE color: 13394195.

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

Color convert

RGB 19 97 204 -
CMYK 0.91 0.52 0 0.2
HSL 214.7º 0.83% 0.44% -
HSV(B) 214.7º 0.91% 0.8% -
XYZ 15.44 13.05 58.83 -
YUV 85.88 194.66 80.3 -
System Red Green Blue C M Y K H S L
Decimal 19 97 204 0.91 0.52 0 0.2 214.7 0.83 0.44
Hex 13 61 CC 5B 34 0 14 D7 53 2C
Octal 23 141 314 133 64 0 24 327 123 54
Binary 10011 1100001 11001100 1011011 110100 0 10100 11010111 1010011 101100

Color Harmonies of #1361CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1361CC

Black with #1361CC

Text Example


Text Example

White with #1361CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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