Html Css Color HEX #1A4269 Regal Blue

📋 copy color: '#1A4269'

red 26 ◦ green 66 ◦ blue 105

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

Shades of Regal Blue #1A4269

Tints of Regal Blue #1A4269

RGB

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

 GREEN value IS 66 (26.17% from 255) = 33.5%

 BLUE value IS 105 (41.41% from 255) = 53.3%

R = 13.2%
G = 33.5%
B = 53.3%

CMYK

 C value IS 0.75

 M value IS 0.37

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#1A4269 (or 0x1A4269) is known color: Regal Blue. HEX triplet: 1A, 42 and 69. RGB value is (26,66,105). Sum of RGB (Red+Green+Blue) = 26+66+105=197 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.20% from 197); Green value is 66 (26.17% from 255 or 33.50% from 197); Blue value is 105 (41.41% from 255 or 53.30% from 197); Max value from RGB is 105 - color contains mainly: blue. Hex color #1A4269 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4269 is #E5BD96. Grayscale: #3A3A3A. Windows color (decimal): -15056279 or 6898202. OLE color: 6898202.

HSL color Cylindrical-coordinate representation of color #1A4269: hue angle of 209.62º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A4269 is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 26 66 105 -
CMYK 0.75 0.37 0 0.59
HSL 209.62º 0.6% 0.26% -
HSV(B) 209.62º 0.75% 0.41% -
XYZ 4.92 5.14 14.1 -
YUV 58.49 154.25 104.83 -
System Red Green Blue C M Y K H S L
Decimal 26 66 105 0.75 0.37 0 0.59 209.62 0.6 0.26
Hex 1A 42 69 4B 25 0 3B D2 3C 1A
Octal 32 102 151 113 45 0 73 322 74 32
Binary 11010 1000010 1101001 1001011 100101 0 111011 11010010 111100 11010

Color Harmonies of #1A4269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A4269

Black with #1A4269

Text Example


Text Example

White with #1A4269

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,66,105); }

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

background-color css

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

 a { background-color: rgb(26,66,105); }

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

border-color css

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

 span { border-color: rgb(26,66,105); }

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