Html Css Color HEX #1A395C Regal Blue

📋 copy color: '#1A395C'

red 26 ◦ green 57 ◦ blue 92

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

Shades of Regal Blue #1A395C

Tints of Regal Blue #1A395C

RGB

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

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

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

R = 14.86%
G = 32.57%
B = 52.57%

CMYK

 C value IS 0.72

 M value IS 0.38

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1A395C (or 0x1A395C) is known color: Regal Blue. HEX triplet: 1A, 39 and 5C. RGB value is (26,57,92). Sum of RGB (Red+Green+Blue) = 26+57+92=175 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.86% from 175); Green value is 57 (22.66% from 255 or 32.57% from 175); Blue value is 92 (36.33% from 255 or 52.57% from 175); Max value from RGB is 92 - color contains mainly: blue. Hex color #1A395C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A395C is #E5C6A3. Grayscale: #333333. Windows color (decimal): -15058596 or 6043930. OLE color: 6043930.

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

Color convert

RGB 26 57 92 -
CMYK 0.72 0.38 0 0.64
HSL 211.82º 0.56% 0.23% -
HSV(B) 211.82º 0.72% 0.36% -
XYZ 3.82 3.92 10.68 -
YUV 51.72 150.73 109.65 -
System Red Green Blue C M Y K H S L
Decimal 26 57 92 0.72 0.38 0 0.64 211.82 0.56 0.23
Hex 1A 39 5C 48 26 0 40 D4 38 17
Octal 32 71 134 110 46 0 100 324 70 27
Binary 11010 111001 1011100 1001000 100110 0 1000000 11010100 111000 10111

Color Harmonies of #1A395C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A395C

Black with #1A395C

Text Example


Text Example

White with #1A395C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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