Html Css Color HEX #1A3557 Regal Blue

📋 copy color: '#1A3557'

red 26 ◦ green 53 ◦ blue 87

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

Shades of Regal Blue #1A3557

Tints of Regal Blue #1A3557

RGB

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

 GREEN value IS 53 (21.09% from 255) = 31.93%

 BLUE value IS 87 (34.38% from 255) = 52.41%

R = 15.66%
G = 31.93%
B = 52.41%

CMYK

 C value IS 0.70

 M value IS 0.39

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#1A3557 (or 0x1A3557) is known color: Regal Blue. HEX triplet: 1A, 35 and 57. RGB value is (26,53,87). Sum of RGB (Red+Green+Blue) = 26+53+87=166 (21% of max value = 765). Red value is 26 (10.55% from 255 or 15.66% from 166); Green value is 53 (21.09% from 255 or 31.93% from 166); Blue value is 87 (34.38% from 255 or 52.41% from 166); Max value from RGB is 87 - color contains mainly: blue. Hex color #1A3557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3557 is #E5CAA8. Grayscale: #303030. Windows color (decimal): -15059625 or 5715226. OLE color: 5715226.

HSL color Cylindrical-coordinate representation of color #1A3557: hue angle of 213.44º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1A3557 is Cyan = 0.70, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 26 53 87 -
CMYK 0.70 0.39 0 0.66
HSL 213.44º 0.54% 0.22% -
HSV(B) 213.44º 0.7% 0.34% -
XYZ 3.42 3.45 9.5 -
YUV 48.8 149.55 111.74 -
System Red Green Blue C M Y K H S L
Decimal 26 53 87 0.70 0.39 0 0.66 213.44 0.54 0.22
Hex 1A 35 57 46 27 0 42 D5 36 16
Octal 32 65 127 106 47 0 102 325 66 26
Binary 11010 110101 1010111 1000110 100111 0 1000010 11010101 110110 10110

Color Harmonies of #1A3557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A3557

Black with #1A3557

Text Example


Text Example

White with #1A3557

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,53,87); }

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

background-color css

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

 a { background-color: rgb(26,53,87); }

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

border-color css

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

 span { border-color: rgb(26,53,87); }

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