Html Css Color HEX #1A3650 Regal Blue

📋 copy color: '#1A3650'

red 26 ◦ green 54 ◦ blue 80

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

Shades of Regal Blue #1A3650

Tints of Regal Blue #1A3650

RGB

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

 GREEN value IS 54 (21.48% from 255) = 33.75%

 BLUE value IS 80 (31.64% from 255) = 50%

R = 16.25%
G = 33.75%
B = 50%

CMYK

 C value IS 0.67

 M value IS 0.33

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#1A3650 (or 0x1A3650) is known color: Regal Blue. HEX triplet: 1A, 36 and 50. RGB value is (26,54,80). Sum of RGB (Red+Green+Blue) = 26+54+80=160 (21% of max value = 765). Red value is 26 (10.55% from 255 or 16.25% from 160); Green value is 54 (21.48% from 255 or 33.75% from 160); Blue value is 80 (31.64% from 255 or 50% from 160); Max value from RGB is 80 - color contains mainly: blue. Hex color #1A3650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3650 is #E5C9AF. Grayscale: #303030. Windows color (decimal): -15059376 or 5256730. OLE color: 5256730.

HSL color Cylindrical-coordinate representation of color #1A3650: hue angle of 208.89º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1A3650 is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 26 54 80 -
CMYK 0.67 0.33 0 0.69
HSL 208.89º 0.51% 0.21% -
HSV(B) 208.89º 0.68% 0.31% -
XYZ 3.19 3.44 8.08 -
YUV 48.59 145.72 111.89 -
System Red Green Blue C M Y K H S L
Decimal 26 54 80 0.67 0.33 0 0.69 208.89 0.51 0.21
Hex 1A 36 50 43 21 0 45 D1 33 15
Octal 32 66 120 103 41 0 105 321 63 25
Binary 11010 110110 1010000 1000011 100001 0 1000101 11010001 110011 10101

Color Harmonies of #1A3650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A3650

Black with #1A3650

Text Example


Text Example

White with #1A3650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,54,80); }

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

background-color css

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

 a { background-color: rgb(26,54,80); }

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

border-color css

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

 span { border-color: rgb(26,54,80); }

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