Html Css Color HEX #1361BB Denim

📋 copy color: '#1361BB'

red 19 ◦ green 97 ◦ blue 187

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

Shades of Denim #1361BB

Tints of Denim #1361BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 61.72%

R = 6.27%
G = 32.01%
B = 61.72%

CMYK

 C value IS 0.90

 M value IS 0.48

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1361BB (or 0x1361BB) is known color: Denim. HEX triplet: 13, 61 and BB. RGB value is (19,97,187). Sum of RGB (Red+Green+Blue) = 19+97+187=303 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.27% from 303); Green value is 97 (38.28% from 255 or 32.01% from 303); Blue value is 187 (73.44% from 255 or 61.72% from 303); Max value from RGB is 187 - color contains mainly: blue. Hex color #1361BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1361BB is #EC9E44. Grayscale: #535353. Windows color (decimal): -15507013 or 12280083. OLE color: 12280083.

HSL color Cylindrical-coordinate representation of color #1361BB: hue angle of 212.14º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1361BB is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 19 97 187 -
CMYK 0.90 0.48 0 0.27
HSL 212.14º 0.82% 0.4% -
HSV(B) 212.14º 0.9% 0.73% -
XYZ 13.51 12.28 48.67 -
YUV 83.94 186.16 81.68 -
System Red Green Blue C M Y K H S L
Decimal 19 97 187 0.90 0.48 0 0.27 212.14 0.82 0.4
Hex 13 61 BB 5A 30 0 1B D4 52 28
Octal 23 141 273 132 60 0 33 324 122 50
Binary 10011 1100001 10111011 1011010 110000 0 11011 11010100 1010010 101000

Color Harmonies of #1361BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1361BB

Black with #1361BB

Text Example


Text Example

White with #1361BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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