Html Css Color HEX #1A3956 Regal Blue

📋 copy color: '#1A3956'

red 26 ◦ green 57 ◦ blue 86

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

Shades of Regal Blue #1A3956

Tints of Regal Blue #1A3956

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 50.89%

R = 15.38%
G = 33.73%
B = 50.89%

CMYK

 C value IS 0.70

 M value IS 0.34

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#1A3956 (or 0x1A3956) is known color: Regal Blue. HEX triplet: 1A, 39 and 56. RGB value is (26,57,86). Sum of RGB (Red+Green+Blue) = 26+57+86=169 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.38% from 169); Green value is 57 (22.66% from 255 or 33.73% from 169); Blue value is 86 (33.98% from 255 or 50.89% from 169); Max value from RGB is 86 - color contains mainly: blue. Hex color #1A3956 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3956 is #E5C6A9. Grayscale: #323232. Windows color (decimal): -15058602 or 5650714. OLE color: 5650714.

HSL color Cylindrical-coordinate representation of color #1A3956: hue angle of 209º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1A3956 is Cyan = 0.70, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 26 57 86 -
CMYK 0.70 0.34 0 0.66
HSL 209º 0.54% 0.22% -
HSV(B) 209º 0.7% 0.34% -
XYZ 3.57 3.82 9.35 -
YUV 51.04 147.73 110.14 -
System Red Green Blue C M Y K H S L
Decimal 26 57 86 0.70 0.34 0 0.66 209 0.54 0.22
Hex 1A 39 56 46 22 0 42 D1 36 16
Octal 32 71 126 106 42 0 102 321 66 26
Binary 11010 111001 1010110 1000110 100010 0 1000010 11010001 110110 10110

Color Harmonies of #1A3956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A3956

Black with #1A3956

Text Example


Text Example

White with #1A3956

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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