Html Css Color HEX #1A3A54 Regal Blue

📋 copy color: '#1A3A54'

red 26 ◦ green 58 ◦ blue 84

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

Shades of Regal Blue #1A3A54

Tints of Regal Blue #1A3A54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 50%

R = 15.48%
G = 34.52%
B = 50%

CMYK

 C value IS 0.69

 M value IS 0.31

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#1A3A54 (or 0x1A3A54) is known color: Regal Blue. HEX triplet: 1A, 3A and 54. RGB value is (26,58,84). Sum of RGB (Red+Green+Blue) = 26+58+84=168 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.48% from 168); Green value is 58 (23.05% from 255 or 34.52% from 168); Blue value is 84 (33.20% from 255 or 50% from 168); Max value from RGB is 84 - color contains mainly: blue. Hex color #1A3A54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3A54 is #E5C5AB. Grayscale: #333333. Windows color (decimal): -15058348 or 5519898. OLE color: 5519898.

HSL color Cylindrical-coordinate representation of color #1A3A54: hue angle of 206.9º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1A3A54 is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 26 58 84 -
CMYK 0.69 0.31 0 0.67
HSL 206.9º 0.53% 0.22% -
HSV(B) 206.9º 0.69% 0.33% -
XYZ 3.54 3.89 8.95 -
YUV 51.4 146.4 109.89 -
System Red Green Blue C M Y K H S L
Decimal 26 58 84 0.69 0.31 0 0.67 206.9 0.53 0.22
Hex 1A 3A 54 45 1F 0 43 CF 35 16
Octal 32 72 124 105 37 0 103 317 65 26
Binary 11010 111010 1010100 1000101 11111 0 1000011 11001111 110101 10110

Color Harmonies of #1A3A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A3A54

Black with #1A3A54

Text Example


Text Example

White with #1A3A54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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