Html Css Color HEX #1363BC Denim

📋 copy color: '#1363BC'

red 19 ◦ green 99 ◦ blue 188

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

Shades of Denim #1363BC

Tints of Denim #1363BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 61.44%

R = 6.21%
G = 32.35%
B = 61.44%

CMYK

 C value IS 0.90

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1363BC (or 0x1363BC) is known color: Denim. HEX triplet: 13, 63 and BC. RGB value is (19,99,188). Sum of RGB (Red+Green+Blue) = 19+99+188=306 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.21% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 188 (73.83% from 255 or 61.44% from 306); Max value from RGB is 188 - color contains mainly: blue. Hex color #1363BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1363BC is #EC9C43. Grayscale: #545454. Windows color (decimal): -15506500 or 12346131. OLE color: 12346131.

HSL color Cylindrical-coordinate representation of color #1363BC: hue angle of 211.6º 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 #1363BC is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 19 99 188 -
CMYK 0.90 0.47 0 0.26
HSL 211.6º 0.82% 0.41% -
HSV(B) 211.6º 0.9% 0.74% -
XYZ 13.81 12.69 49.3 -
YUV 85.23 186 80.76 -
System Red Green Blue C M Y K H S L
Decimal 19 99 188 0.90 0.47 0 0.26 211.6 0.82 0.41
Hex 13 63 BC 5A 2F 0 1A D4 52 29
Octal 23 143 274 132 57 0 32 324 122 51
Binary 10011 1100011 10111100 1011010 101111 0 11010 11010100 1010010 101001

Color Harmonies of #1363BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1363BC

Black with #1363BC

Text Example


Text Example

White with #1363BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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