Html Css Color HEX #1A425F Regal Blue

📋 copy color: '#1A425F'

red 26 ◦ green 66 ◦ blue 95

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

Shades of Regal Blue #1A425F

Tints of Regal Blue #1A425F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 50.8%

R = 13.9%
G = 35.29%
B = 50.8%

CMYK

 C value IS 0.73

 M value IS 0.31

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#1A425F (or 0x1A425F) is known color: Regal Blue. HEX triplet: 1A, 42 and 5F. RGB value is (26,66,95). Sum of RGB (Red+Green+Blue) = 26+66+95=187 (24% of max value = 765). Red value is 26 (10.55% from 255 or 13.90% from 187); Green value is 66 (26.17% from 255 or 35.29% from 187); Blue value is 95 (37.5% from 255 or 50.80% from 187); Max value from RGB is 95 - color contains mainly: blue. Hex color #1A425F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A425F is #E5BDA0. Grayscale: #393939. Windows color (decimal): -15056289 or 6242842. OLE color: 6242842.

HSL color Cylindrical-coordinate representation of color #1A425F: hue angle of 205.22º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A425F is Cyan = 0.73, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 26 66 95 -
CMYK 0.73 0.31 0 0.63
HSL 205.22º 0.57% 0.24% -
HSV(B) 205.22º 0.73% 0.37% -
XYZ 4.44 4.94 11.55 -
YUV 57.35 149.25 105.64 -
System Red Green Blue C M Y K H S L
Decimal 26 66 95 0.73 0.31 0 0.63 205.22 0.57 0.24
Hex 1A 42 5F 49 1F 0 3F CD 39 18
Octal 32 102 137 111 37 0 77 315 71 30
Binary 11010 1000010 1011111 1001001 11111 0 111111 11001101 111001 11000

Color Harmonies of #1A425F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A425F

Black with #1A425F

Text Example


Text Example

White with #1A425F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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