Html Css Color HEX #1363BD Denim

📋 copy color: '#1363BD'

red 19 ◦ green 99 ◦ blue 189

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

Shades of Denim #1363BD

Tints of Denim #1363BD

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.25%

 BLUE value IS 189 (74.22% from 255) = 61.56%

R = 6.19%
G = 32.25%
B = 61.56%

CMYK

 C value IS 0.90

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1363BD (or 0x1363BD) is known color: Denim. HEX triplet: 13, 63 and BD. RGB value is (19,99,189). Sum of RGB (Red+Green+Blue) = 19+99+189=307 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.19% from 307); Green value is 99 (39.06% from 255 or 32.25% from 307); Blue value is 189 (74.22% from 255 or 61.56% from 307); Max value from RGB is 189 - color contains mainly: blue. Hex color #1363BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1363BD is #EC9C42. Grayscale: #545454. Windows color (decimal): -15506499 or 12411667. OLE color: 12411667.

HSL color Cylindrical-coordinate representation of color #1363BD: hue angle of 211.76º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1363BD is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 19 99 189 -
CMYK 0.90 0.48 0 0.26
HSL 211.76º 0.82% 0.41% -
HSV(B) 211.76º 0.9% 0.74% -
XYZ 13.92 12.74 49.87 -
YUV 85.34 186.5 80.68 -
System Red Green Blue C M Y K H S L
Decimal 19 99 189 0.90 0.48 0 0.26 211.76 0.82 0.41
Hex 13 63 BD 5A 30 0 1A D4 52 29
Octal 23 143 275 132 60 0 32 324 122 51
Binary 10011 1100011 10111101 1011010 110000 0 11010 11010100 1010010 101001

Color Harmonies of #1363BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1363BD

Black with #1363BD

Text Example


Text Example

White with #1363BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1363BD; }

 p { color: rgb(19,99,189); }

 H1.HeaderClassName
 {
   color: #1363BD;
 }
 .AnyTagClassName
 {
   color: #1363BD;
 }
</style>

background-color css

<style>
 a { background-color: #1363BD; }

 a { background-color: rgb(19,99,189); }

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

border-color css

<style>
 span { border-color: #1363BD; }

 span { border-color: rgb(19,99,189); }

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