Html Css Color HEX #1A446E Regal Blue

📋 copy color: '#1A446E'

red 26 ◦ green 68 ◦ blue 110

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

Shades of Regal Blue #1A446E

Tints of Regal Blue #1A446E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 33.33%

 BLUE value IS 110 (43.36% from 255) = 53.92%

R = 12.75%
G = 33.33%
B = 53.92%

CMYK

 C value IS 0.76

 M value IS 0.38

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#1A446E (or 0x1A446E) is known color: Regal Blue. HEX triplet: 1A, 44 and 6E. RGB value is (26,68,110). Sum of RGB (Red+Green+Blue) = 26+68+110=204 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.75% from 204); Green value is 68 (26.95% from 255 or 33.33% from 204); Blue value is 110 (43.36% from 255 or 53.92% from 204); Max value from RGB is 110 - color contains mainly: blue. Hex color #1A446E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A446E is #E5BB91. Grayscale: #3C3C3C. Windows color (decimal): -15055762 or 7226394. OLE color: 7226394.

HSL color Cylindrical-coordinate representation of color #1A446E: hue angle of 210º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1A446E is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 26 68 110 -
CMYK 0.76 0.38 0 0.57
HSL 210º 0.62% 0.27% -
HSV(B) 210º 0.76% 0.43% -
XYZ 5.31 5.48 15.53 -
YUV 60.23 156.09 103.58 -
System Red Green Blue C M Y K H S L
Decimal 26 68 110 0.76 0.38 0 0.57 210 0.62 0.27
Hex 1A 44 6E 4C 26 0 39 D2 3E 1B
Octal 32 104 156 114 46 0 71 322 76 33
Binary 11010 1000100 1101110 1001100 100110 0 111001 11010010 111110 11011

Color Harmonies of #1A446E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A446E

Black with #1A446E

Text Example


Text Example

White with #1A446E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,68,110); }

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

background-color css

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

 a { background-color: rgb(26,68,110); }

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

border-color css

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

 span { border-color: rgb(26,68,110); }

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