Html Css Color HEX #1A3A57 Regal Blue

📋 copy color: '#1A3A57'

red 26 ◦ green 58 ◦ blue 87

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

Shades of Regal Blue #1A3A57

Tints of Regal Blue #1A3A57

RGB

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

 GREEN value IS 58 (23.05% from 255) = 33.92%

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

R = 15.2%
G = 33.92%
B = 50.88%

CMYK

 C value IS 0.70

 M value IS 0.33

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#1A3A57 (or 0x1A3A57) is known color: Regal Blue. HEX triplet: 1A, 3A and 57. RGB value is (26,58,87). Sum of RGB (Red+Green+Blue) = 26+58+87=171 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.20% from 171); Green value is 58 (23.05% from 255 or 33.92% from 171); Blue value is 87 (34.38% from 255 or 50.88% from 171); Max value from RGB is 87 - color contains mainly: blue. Hex color #1A3A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3A57 is #E5C5A8. Grayscale: #333333. Windows color (decimal): -15058345 or 5716506. OLE color: 5716506.

HSL color Cylindrical-coordinate representation of color #1A3A57: hue angle of 208.52º 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 #1A3A57 is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 26 58 87 -
CMYK 0.70 0.33 0 0.66
HSL 208.52º 0.54% 0.22% -
HSV(B) 208.52º 0.7% 0.34% -
XYZ 3.66 3.93 9.58 -
YUV 51.74 147.9 109.64 -
System Red Green Blue C M Y K H S L
Decimal 26 58 87 0.70 0.33 0 0.66 208.52 0.54 0.22
Hex 1A 3A 57 46 21 0 42 D1 36 16
Octal 32 72 127 106 41 0 102 321 66 26
Binary 11010 111010 1010111 1000110 100001 0 1000010 11010001 110110 10110

Color Harmonies of #1A3A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A3A57

Black with #1A3A57

Text Example


Text Example

White with #1A3A57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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