Html Css Color HEX #1A3A5C Regal Blue

📋 copy color: '#1A3A5C'

red 26 ◦ green 58 ◦ blue 92

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

Shades of Regal Blue #1A3A5C

Tints of Regal Blue #1A3A5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 52.27%

R = 14.77%
G = 32.95%
B = 52.27%

CMYK

 C value IS 0.72

 M value IS 0.37

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1A3A5C (or 0x1A3A5C) is known color: Regal Blue. HEX triplet: 1A, 3A and 5C. RGB value is (26,58,92). Sum of RGB (Red+Green+Blue) = 26+58+92=176 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.77% from 176); Green value is 58 (23.05% from 255 or 32.95% from 176); Blue value is 92 (36.33% from 255 or 52.27% from 176); Max value from RGB is 92 - color contains mainly: blue. Hex color #1A3A5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3A5C is #E5C5A3. Grayscale: #343434. Windows color (decimal): -15058340 or 6044186. OLE color: 6044186.

HSL color Cylindrical-coordinate representation of color #1A3A5C: hue angle of 210.91º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1A3A5C is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 26 58 92 -
CMYK 0.72 0.37 0 0.64
HSL 210.91º 0.56% 0.23% -
HSV(B) 210.91º 0.72% 0.36% -
XYZ 3.87 4.02 10.7 -
YUV 52.31 150.4 109.24 -
System Red Green Blue C M Y K H S L
Decimal 26 58 92 0.72 0.37 0 0.64 210.91 0.56 0.23
Hex 1A 3A 5C 48 25 0 40 D3 38 17
Octal 32 72 134 110 45 0 100 323 70 27
Binary 11010 111010 1011100 1001000 100101 0 1000000 11010011 111000 10111

Color Harmonies of #1A3A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A3A5C

Black with #1A3A5C

Text Example


Text Example

White with #1A3A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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