Html Css Color HEX #1A3651 Regal Blue

📋 copy color: '#1A3651'

red 26 ◦ green 54 ◦ blue 81

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

Shades of Regal Blue #1A3651

Tints of Regal Blue #1A3651

RGB

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

 GREEN value IS 54 (21.48% from 255) = 33.54%

 BLUE value IS 81 (32.03% from 255) = 50.31%

R = 16.15%
G = 33.54%
B = 50.31%

CMYK

 C value IS 0.68

 M value IS 0.33

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#1A3651 (or 0x1A3651) is known color: Regal Blue. HEX triplet: 1A, 36 and 51. RGB value is (26,54,81). Sum of RGB (Red+Green+Blue) = 26+54+81=161 (21% of max value = 765). Red value is 26 (10.55% from 255 or 16.15% from 161); Green value is 54 (21.48% from 255 or 33.54% from 161); Blue value is 81 (32.03% from 255 or 50.31% from 161); Max value from RGB is 81 - color contains mainly: blue. Hex color #1A3651 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3651 is #E5C9AE. Grayscale: #303030. Windows color (decimal): -15059375 or 5322266. OLE color: 5322266.

HSL color Cylindrical-coordinate representation of color #1A3651: hue angle of 209.45º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1A3651 is Cyan = 0.68, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 26 54 81 -
CMYK 0.68 0.33 0 0.68
HSL 209.45º 0.51% 0.21% -
HSV(B) 209.45º 0.68% 0.32% -
XYZ 3.23 3.45 8.28 -
YUV 48.71 146.22 111.8 -
System Red Green Blue C M Y K H S L
Decimal 26 54 81 0.68 0.33 0 0.68 209.45 0.51 0.21
Hex 1A 36 51 44 21 0 44 D1 33 15
Octal 32 66 121 104 41 0 104 321 63 25
Binary 11010 110110 1010001 1000100 100001 0 1000100 11010001 110011 10101

Color Harmonies of #1A3651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A3651

Black with #1A3651

Text Example


Text Example

White with #1A3651

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,54,81); }

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

background-color css

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

 a { background-color: rgb(26,54,81); }

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

border-color css

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

 span { border-color: rgb(26,54,81); }

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