Html Css Color HEX #1A3759 Regal Blue

📋 copy color: '#1A3759'

red 26 ◦ green 55 ◦ blue 89

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

Shades of Regal Blue #1A3759

Tints of Regal Blue #1A3759

RGB

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

 GREEN value IS 55 (21.88% from 255) = 32.35%

 BLUE value IS 89 (35.16% from 255) = 52.35%

R = 15.29%
G = 32.35%
B = 52.35%

CMYK

 C value IS 0.71

 M value IS 0.38

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1A3759 (or 0x1A3759) is known color: Regal Blue. HEX triplet: 1A, 37 and 59. RGB value is (26,55,89). Sum of RGB (Red+Green+Blue) = 26+55+89=170 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.29% from 170); Green value is 55 (21.88% from 255 or 32.35% from 170); Blue value is 89 (35.16% from 255 or 52.35% from 170); Max value from RGB is 89 - color contains mainly: blue. Hex color #1A3759 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3759 is #E5C8A6. Grayscale: #323232. Windows color (decimal): -15059111 or 5846810. OLE color: 5846810.

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

Color convert

RGB 26 55 89 -
CMYK 0.71 0.38 0 0.65
HSL 212.38º 0.55% 0.23% -
HSV(B) 212.38º 0.71% 0.35% -
XYZ 3.6 3.67 9.97 -
YUV 50.21 149.89 110.74 -
System Red Green Blue C M Y K H S L
Decimal 26 55 89 0.71 0.38 0 0.65 212.38 0.55 0.23
Hex 1A 37 59 47 26 0 41 D4 37 17
Octal 32 67 131 107 46 0 101 324 67 27
Binary 11010 110111 1011001 1000111 100110 0 1000001 11010100 110111 10111

Color Harmonies of #1A3759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A3759

Black with #1A3759

Text Example


Text Example

White with #1A3759

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,55,89); }

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

background-color css

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

 a { background-color: rgb(26,55,89); }

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

border-color css

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

 span { border-color: rgb(26,55,89); }

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