Html Css Color HEX #425F94 Mariner

📋 copy color: '#425F94'

red 66 ◦ green 95 ◦ blue 148

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

Shades of Mariner #425F94

Tints of Mariner #425F94

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.74%

 BLUE value IS 148 (58.2% from 255) = 47.9%

R = 21.36%
G = 30.74%
B = 47.9%

CMYK

 C value IS 0.55

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#425F94 (or 0x425F94) is known color: Mariner. HEX triplet: 42, 5F and 94. RGB value is (66,95,148). Sum of RGB (Red+Green+Blue) = 66+95+148=309 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.36% from 309); Green value is 95 (37.5% from 255 or 30.74% from 309); Blue value is 148 (58.20% from 255 or 47.90% from 309); Max value from RGB is 148 - color contains mainly: blue. Hex color #425F94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425F94 is #BDA06B. Grayscale: #5C5C5C. Windows color (decimal): -12427372 or 9723714. OLE color: 9723714.

HSL color Cylindrical-coordinate representation of color #425F94: hue angle of 218.78º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #425F94 is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 95 148 -
CMYK 0.55 0.36 0 0.42
HSL 218.78º 0.38% 0.42% -
HSV(B) 218.78º 0.55% 0.58% -
XYZ 11.68 11.48 29.62 -
YUV 92.37 159.39 109.19 -
System Red Green Blue C M Y K H S L
Decimal 66 95 148 0.55 0.36 0 0.42 218.78 0.38 0.42
Hex 42 5F 94 37 24 0 2A DB 26 2A
Octal 102 137 224 67 44 0 52 333 46 52
Binary 1000010 1011111 10010100 110111 100100 0 101010 11011011 100110 101010

Color Harmonies of #425F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425F94

Black with #425F94

Text Example


Text Example

White with #425F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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