Html Css Color HEX #1A3659 Regal Blue

📋 copy color: '#1A3659'

red 26 ◦ green 54 ◦ blue 89

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

Shades of Regal Blue #1A3659

Tints of Regal Blue #1A3659

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 52.66%

R = 15.38%
G = 31.95%
B = 52.66%

CMYK

 C value IS 0.71

 M value IS 0.39

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1A3659 (or 0x1A3659) is known color: Regal Blue. HEX triplet: 1A, 36 and 59. RGB value is (26,54,89). Sum of RGB (Red+Green+Blue) = 26+54+89=169 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.38% from 169); Green value is 54 (21.48% from 255 or 31.95% from 169); Blue value is 89 (35.16% from 255 or 52.66% from 169); Max value from RGB is 89 - color contains mainly: blue. Hex color #1A3659 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3659 is #E5C9A6. Grayscale: #313131. Windows color (decimal): -15059367 or 5846554. OLE color: 5846554.

HSL color Cylindrical-coordinate representation of color #1A3659: hue angle of 213.33º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1A3659 is Cyan = 0.71, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 26 54 89 -
CMYK 0.71 0.39 0 0.65
HSL 213.33º 0.55% 0.23% -
HSV(B) 213.33º 0.71% 0.35% -
XYZ 3.55 3.58 9.96 -
YUV 49.62 150.22 111.15 -
System Red Green Blue C M Y K H S L
Decimal 26 54 89 0.71 0.39 0 0.65 213.33 0.55 0.23
Hex 1A 36 59 47 27 0 41 D5 37 17
Octal 32 66 131 107 47 0 101 325 67 27
Binary 11010 110110 1011001 1000111 100111 0 1000001 11010101 110111 10111

Color Harmonies of #1A3659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A3659

Black with #1A3659

Text Example


Text Example

White with #1A3659

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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