Html Css Color HEX #1361B9 Denim

📋 copy color: '#1361B9'

red 19 ◦ green 97 ◦ blue 185

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

Shades of Denim #1361B9

Tints of Denim #1361B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 61.46%

R = 6.31%
G = 32.23%
B = 61.46%

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

#1361B9 (or 0x1361B9) is known color: Denim. HEX triplet: 13, 61 and B9. RGB value is (19,97,185). Sum of RGB (Red+Green+Blue) = 19+97+185=301 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.31% from 301); Green value is 97 (38.28% from 255 or 32.23% from 301); Blue value is 185 (72.66% from 255 or 61.46% from 301); Max value from RGB is 185 - color contains mainly: blue. Hex color #1361B9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1361B9 is #EC9E46. Grayscale: #535353. Windows color (decimal): -15507015 or 12149011. OLE color: 12149011.

HSL color Cylindrical-coordinate representation of color #1361B9: hue angle of 211.81º degrees, saturation: 0.81, 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 #1361B9 is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 19 97 185 -
CMYK 0.90 0.48 0 0.27
HSL 211.81º 0.81% 0.4% -
HSV(B) 211.81º 0.9% 0.73% -
XYZ 13.3 12.19 47.55 -
YUV 83.71 185.16 81.84 -
System Red Green Blue C M Y K H S L
Decimal 19 97 185 0.90 0.48 0 0.27 211.81 0.81 0.4
Hex 13 61 B9 5A 30 0 1B D4 51 28
Octal 23 141 271 132 60 0 33 324 121 50
Binary 10011 1100001 10111001 1011010 110000 0 11011 11010100 1010001 101000

Color Harmonies of #1361B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1361B9

Black with #1361B9

Text Example


Text Example

White with #1361B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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