Html Css Color HEX #425D91 Mariner

📋 copy color: '#425D91'

red 66 ◦ green 93 ◦ blue 145

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

Shades of Mariner #425D91

Tints of Mariner #425D91

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.59%

 BLUE value IS 145 (57.03% from 255) = 47.7%

R = 21.71%
G = 30.59%
B = 47.7%

CMYK

 C value IS 0.54

 M value IS 0.36

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#425D91 (or 0x425D91) is known color: Mariner. HEX triplet: 42, 5D and 91. RGB value is (66,93,145). Sum of RGB (Red+Green+Blue) = 66+93+145=304 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.71% from 304); Green value is 93 (36.72% from 255 or 30.59% from 304); Blue value is 145 (57.03% from 255 or 47.70% from 304); Max value from RGB is 145 - color contains mainly: blue. Hex color #425D91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425D91 is #BDA26E. Grayscale: #5A5A5A. Windows color (decimal): -12427887 or 9526594. OLE color: 9526594.

HSL color Cylindrical-coordinate representation of color #425D91: hue angle of 219.49º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #425D91 is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 66 93 145 -
CMYK 0.54 0.36 0 0.43
HSL 219.49º 0.37% 0.41% -
HSV(B) 219.49º 0.54% 0.57% -
XYZ 11.27 11.03 28.32 -
YUV 90.86 158.55 110.27 -
System Red Green Blue C M Y K H S L
Decimal 66 93 145 0.54 0.36 0 0.43 219.49 0.37 0.41
Hex 42 5D 91 36 24 0 2B DB 25 29
Octal 102 135 221 66 44 0 53 333 45 51
Binary 1000010 1011101 10010001 110110 100100 0 101011 11011011 100101 101001

Color Harmonies of #425D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425D91

Black with #425D91

Text Example


Text Example

White with #425D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,93,145); }

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

background-color css

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

 a { background-color: rgb(66,93,145); }

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

border-color css

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

 span { border-color: rgb(66,93,145); }

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