Html Css Color HEX #1A3E5A Regal Blue

📋 copy color: '#1A3E5A'

red 26 ◦ green 62 ◦ blue 90

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

Shades of Regal Blue #1A3E5A

Tints of Regal Blue #1A3E5A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 34.83%

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

R = 14.61%
G = 34.83%
B = 50.56%

CMYK

 C value IS 0.71

 M value IS 0.31

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1A3E5A (or 0x1A3E5A) is known color: Regal Blue. HEX triplet: 1A, 3E and 5A. RGB value is (26,62,90). Sum of RGB (Red+Green+Blue) = 26+62+90=178 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.61% from 178); Green value is 62 (24.61% from 255 or 34.83% from 178); Blue value is 90 (35.55% from 255 or 50.56% from 178); Max value from RGB is 90 - color contains mainly: blue. Hex color #1A3E5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3E5A is #E5C1A5. Grayscale: #363636. Windows color (decimal): -15057318 or 5914138. OLE color: 5914138.

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

Color convert

RGB 26 62 90 -
CMYK 0.71 0.31 0 0.65
HSL 206.25º 0.55% 0.23% -
HSV(B) 206.25º 0.71% 0.35% -
XYZ 3.99 4.4 10.31 -
YUV 54.43 148.07 107.72 -
System Red Green Blue C M Y K H S L
Decimal 26 62 90 0.71 0.31 0 0.65 206.25 0.55 0.23
Hex 1A 3E 5A 47 1F 0 41 CE 37 17
Octal 32 76 132 107 37 0 101 316 67 27
Binary 11010 111110 1011010 1000111 11111 0 1000001 11001110 110111 10111

Color Harmonies of #1A3E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A3E5A

Black with #1A3E5A

Text Example


Text Example

White with #1A3E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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