Html Css Color HEX #1A63BE Denim

📋 copy color: '#1A63BE'

red 26 ◦ green 99 ◦ blue 190

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

Shades of Denim #1A63BE

Tints of Denim #1A63BE

RGB

 RED value IS 26 (10.55% from 255) = 8.25%

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

 BLUE value IS 190 (74.61% from 255) = 60.32%

R = 8.25%
G = 31.43%
B = 60.32%

CMYK

 C value IS 0.86

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1A63BE (or 0x1A63BE) is known color: Denim. HEX triplet: 1A, 63 and BE. RGB value is (26,99,190). Sum of RGB (Red+Green+Blue) = 26+99+190=315 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.25% from 315); Green value is 99 (39.06% from 255 or 31.43% from 315); Blue value is 190 (74.61% from 255 or 60.32% from 315); Max value from RGB is 190 - color contains mainly: blue. Hex color #1A63BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A63BE is #E59C41. Grayscale: #575757. Windows color (decimal): -15047746 or 12477210. OLE color: 12477210.

HSL color Cylindrical-coordinate representation of color #1A63BE: hue angle of 213.29º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A63BE is Cyan = 0.86, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 26 99 190 -
CMYK 0.86 0.48 0 0.25
HSL 213.29º 0.76% 0.42% -
HSV(B) 213.29º 0.86% 0.75% -
XYZ 14.18 12.86 50.45 -
YUV 87.55 185.82 84.1 -
System Red Green Blue C M Y K H S L
Decimal 26 99 190 0.86 0.48 0 0.25 213.29 0.76 0.42
Hex 1A 63 BE 56 30 0 19 D5 4C 2A
Octal 32 143 276 126 60 0 31 325 114 52
Binary 11010 1100011 10111110 1010110 110000 0 11001 11010101 1001100 101010

Color Harmonies of #1A63BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A63BE

Black with #1A63BE

Text Example


Text Example

White with #1A63BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A63BE; }

 p { color: rgb(26,99,190); }

 H1.HeaderClassName
 {
   color: #1A63BE;
 }
 .AnyTagClassName
 {
   color: #1A63BE;
 }
</style>

background-color css

<style>
 a { background-color: #1A63BE; }

 a { background-color: rgb(26,99,190); }

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

border-color css

<style>
 span { border-color: #1A63BE; }

 span { border-color: rgb(26,99,190); }

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