Html Css Color HEX #1A4362 Regal Blue

📋 copy color: '#1A4362'

red 26 ◦ green 67 ◦ blue 98

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

Shades of Regal Blue #1A4362

Tints of Regal Blue #1A4362

RGB

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

 GREEN value IS 67 (26.56% from 255) = 35.08%

 BLUE value IS 98 (38.67% from 255) = 51.31%

R = 13.61%
G = 35.08%
B = 51.31%

CMYK

 C value IS 0.73

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#1A4362 (or 0x1A4362) is known color: Regal Blue. HEX triplet: 1A, 43 and 62. RGB value is (26,67,98). Sum of RGB (Red+Green+Blue) = 26+67+98=191 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.61% from 191); Green value is 67 (26.56% from 255 or 35.08% from 191); Blue value is 98 (38.67% from 255 or 51.31% from 191); Max value from RGB is 98 - color contains mainly: blue. Hex color #1A4362 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4362 is #E5BC9D. Grayscale: #3A3A3A. Windows color (decimal): -15056030 or 6439706. OLE color: 6439706.

HSL color Cylindrical-coordinate representation of color #1A4362: hue angle of 205.83º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A4362 is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 26 67 98 -
CMYK 0.73 0.32 0 0.62
HSL 205.83º 0.58% 0.24% -
HSV(B) 205.83º 0.73% 0.38% -
XYZ 4.64 5.12 12.3 -
YUV 58.28 150.42 104.98 -
System Red Green Blue C M Y K H S L
Decimal 26 67 98 0.73 0.32 0 0.62 205.83 0.58 0.24
Hex 1A 43 62 49 20 0 3E CE 3A 18
Octal 32 103 142 111 40 0 76 316 72 30
Binary 11010 1000011 1100010 1001001 100000 0 111110 11001110 111010 11000

Color Harmonies of #1A4362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A4362

Black with #1A4362

Text Example


Text Example

White with #1A4362

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,67,98); }

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

background-color css

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

 a { background-color: rgb(26,67,98); }

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

border-color css

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

 span { border-color: rgb(26,67,98); }

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