Html Css Color HEX #1A63BC Denim

📋 copy color: '#1A63BC'

red 26 ◦ green 99 ◦ blue 188

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

Shades of Denim #1A63BC

Tints of Denim #1A63BC

RGB

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

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

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

R = 8.31%
G = 31.63%
B = 60.06%

CMYK

 C value IS 0.86

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1A63BC (or 0x1A63BC) is known color: Denim. HEX triplet: 1A, 63 and BC. RGB value is (26,99,188). Sum of RGB (Red+Green+Blue) = 26+99+188=313 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.31% from 313); Green value is 99 (39.06% from 255 or 31.63% from 313); Blue value is 188 (73.83% from 255 or 60.06% from 313); Max value from RGB is 188 - color contains mainly: blue. Hex color #1A63BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A63BC is #E59C43. Grayscale: #565656. Windows color (decimal): -15047748 or 12346138. OLE color: 12346138.

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

Color convert

RGB 26 99 188 -
CMYK 0.86 0.47 0 0.26
HSL 212.96º 0.76% 0.42% -
HSV(B) 212.96º 0.86% 0.74% -
XYZ 13.96 12.77 49.31 -
YUV 87.32 184.82 84.26 -
System Red Green Blue C M Y K H S L
Decimal 26 99 188 0.86 0.47 0 0.26 212.96 0.76 0.42
Hex 1A 63 BC 56 2F 0 1A D5 4C 2A
Octal 32 143 274 126 57 0 32 325 114 52
Binary 11010 1100011 10111100 1010110 101111 0 11010 11010101 1001100 101010

Color Harmonies of #1A63BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A63BC

Black with #1A63BC

Text Example


Text Example

White with #1A63BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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