Html Css Color HEX #1A3F5A Regal Blue

📋 copy color: '#1A3F5A'

red 26 ◦ green 63 ◦ blue 90

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

Shades of Regal Blue #1A3F5A

Tints of Regal Blue #1A3F5A

RGB

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

 GREEN value IS 63 (25% from 255) = 35.2%

 BLUE value IS 90 (35.55% from 255) = 50.28%

R = 14.53%
G = 35.2%
B = 50.28%

CMYK

 C value IS 0.71

 M value IS 0.30

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1A3F5A (or 0x1A3F5A) is known color: Regal Blue. HEX triplet: 1A, 3F and 5A. RGB value is (26,63,90). Sum of RGB (Red+Green+Blue) = 26+63+90=179 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.53% from 179); Green value is 63 (25% from 255 or 35.20% from 179); Blue value is 90 (35.55% from 255 or 50.28% from 179); Max value from RGB is 90 - color contains mainly: blue. Hex color #1A3F5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3F5A is #E5C0A5. Grayscale: #363636. Windows color (decimal): -15057062 or 5914394. OLE color: 5914394.

HSL color Cylindrical-coordinate representation of color #1A3F5A: hue angle of 205.31º 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 #1A3F5A is Cyan = 0.71, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 26 63 90 -
CMYK 0.71 0.30 0 0.65
HSL 205.31º 0.55% 0.23% -
HSV(B) 205.31º 0.71% 0.35% -
XYZ 4.05 4.51 10.33 -
YUV 55.02 147.74 107.3 -
System Red Green Blue C M Y K H S L
Decimal 26 63 90 0.71 0.30 0 0.65 205.31 0.55 0.23
Hex 1A 3F 5A 47 1E 0 41 CD 37 17
Octal 32 77 132 107 36 0 101 315 67 27
Binary 11010 111111 1011010 1000111 11110 0 1000001 11001101 110111 10111

Color Harmonies of #1A3F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A3F5A

Black with #1A3F5A

Text Example


Text Example

White with #1A3F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,63,90); }

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

background-color css

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

 a { background-color: rgb(26,63,90); }

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

border-color css

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

 span { border-color: rgb(26,63,90); }

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