Html Css Color HEX #1A3450 Regal Blue

📋 copy color: '#1A3450'

red 26 ◦ green 52 ◦ blue 80

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

Shades of Regal Blue #1A3450

Tints of Regal Blue #1A3450

RGB

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

 GREEN value IS 52 (20.7% from 255) = 32.91%

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

R = 16.46%
G = 32.91%
B = 50.63%

CMYK

 C value IS 0.67

 M value IS 0.35

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#1A3450 (or 0x1A3450) is known color: Regal Blue. HEX triplet: 1A, 34 and 50. RGB value is (26,52,80). Sum of RGB (Red+Green+Blue) = 26+52+80=158 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.46% from 158); Green value is 52 (20.70% from 255 or 32.91% from 158); Blue value is 80 (31.64% from 255 or 50.63% from 158); Max value from RGB is 80 - color contains mainly: blue. Hex color #1A3450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3450 is #E5CBAF. Grayscale: #2F2F2F. Windows color (decimal): -15059888 or 5256218. OLE color: 5256218.

HSL color Cylindrical-coordinate representation of color #1A3450: hue angle of 211.11º 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 #1A3450 is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 26 52 80 -
CMYK 0.67 0.35 0 0.69
HSL 211.11º 0.51% 0.21% -
HSV(B) 211.11º 0.68% 0.31% -
XYZ 3.1 3.25 8.05 -
YUV 47.42 146.39 112.72 -
System Red Green Blue C M Y K H S L
Decimal 26 52 80 0.67 0.35 0 0.69 211.11 0.51 0.21
Hex 1A 34 50 43 23 0 45 D3 33 15
Octal 32 64 120 103 43 0 105 323 63 25
Binary 11010 110100 1010000 1000011 100011 0 1000101 11010011 110011 10101

Color Harmonies of #1A3450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A3450

Black with #1A3450

Text Example


Text Example

White with #1A3450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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