Html Css Color HEX #425EA1 Mariner

📋 copy color: '#425EA1'

red 66 ◦ green 94 ◦ blue 161

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

Shades of Mariner #425EA1

Tints of Mariner #425EA1

RGB

 RED value IS 66 (26.17% from 255) = 20.56%

 GREEN value IS 94 (37.11% from 255) = 29.28%

 BLUE value IS 161 (63.28% from 255) = 50.16%

R = 20.56%
G = 29.28%
B = 50.16%

CMYK

 C value IS 0.59

 M value IS 0.42

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#425EA1 (or 0x425EA1) is known color: Mariner. HEX triplet: 42, 5E and A1. RGB value is (66,94,161). Sum of RGB (Red+Green+Blue) = 66+94+161=321 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.56% from 321); Green value is 94 (37.11% from 255 or 29.28% from 321); Blue value is 161 (63.28% from 255 or 50.16% from 321); Max value from RGB is 161 - color contains mainly: blue. Hex color #425EA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425EA1 is #BDA15E. Grayscale: #5C5C5C. Windows color (decimal): -12427615 or 10575426. OLE color: 10575426.

HSL color Cylindrical-coordinate representation of color #425EA1: hue angle of 222.32º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #425EA1 is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 66 94 161 -
CMYK 0.59 0.42 0 0.37
HSL 222.32º 0.42% 0.45% -
HSV(B) 222.32º 0.59% 0.63% -
XYZ 12.68 11.74 35.32 -
YUV 93.27 166.22 108.55 -
System Red Green Blue C M Y K H S L
Decimal 66 94 161 0.59 0.42 0 0.37 222.32 0.42 0.45
Hex 42 5E A1 3B 2A 0 25 DE 2A 2D
Octal 102 136 241 73 52 0 45 336 52 55
Binary 1000010 1011110 10100001 111011 101010 0 100101 11011110 101010 101101

Color Harmonies of #425EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425EA1

Black with #425EA1

Text Example


Text Example

White with #425EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425EA1; }

 p { color: rgb(66,94,161); }

 H1.HeaderClassName
 {
   color: #425EA1;
 }
 .AnyTagClassName
 {
   color: #425EA1;
 }
</style>

background-color css

<style>
 a { background-color: #425EA1; }

 a { background-color: rgb(66,94,161); }

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

border-color css

<style>
 span { border-color: #425EA1; }

 span { border-color: rgb(66,94,161); }

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