Html Css Color HEX #1A395D Regal Blue

📋 copy color: '#1A395D'

red 26 ◦ green 57 ◦ blue 93

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

Shades of Regal Blue #1A395D

Tints of Regal Blue #1A395D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 32.39%

 BLUE value IS 93 (36.72% from 255) = 52.84%

R = 14.77%
G = 32.39%
B = 52.84%

CMYK

 C value IS 0.72

 M value IS 0.39

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1A395D (or 0x1A395D) is known color: Regal Blue. HEX triplet: 1A, 39 and 5D. RGB value is (26,57,93). Sum of RGB (Red+Green+Blue) = 26+57+93=176 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.77% from 176); Green value is 57 (22.66% from 255 or 32.39% from 176); Blue value is 93 (36.72% from 255 or 52.84% from 176); Max value from RGB is 93 - color contains mainly: blue. Hex color #1A395D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A395D is #E5C6A2. Grayscale: #333333. Windows color (decimal): -15058595 or 6109466. OLE color: 6109466.

HSL color Cylindrical-coordinate representation of color #1A395D: hue angle of 212.24º 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 #1A395D is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 26 57 93 -
CMYK 0.72 0.39 0 0.64
HSL 212.24º 0.56% 0.23% -
HSV(B) 212.24º 0.72% 0.36% -
XYZ 3.86 3.94 10.91 -
YUV 51.84 151.23 109.57 -
System Red Green Blue C M Y K H S L
Decimal 26 57 93 0.72 0.39 0 0.64 212.24 0.56 0.23
Hex 1A 39 5D 48 27 0 40 D4 38 17
Octal 32 71 135 110 47 0 100 324 70 27
Binary 11010 111001 1011101 1001000 100111 0 1000000 11010100 111000 10111

Color Harmonies of #1A395D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A395D

Black with #1A395D

Text Example


Text Example

White with #1A395D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,57,93); }

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

background-color css

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

 a { background-color: rgb(26,57,93); }

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

border-color css

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

 span { border-color: rgb(26,57,93); }

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