Html Css Color HEX #425F99 Mariner

📋 copy color: '#425F99'

red 66 ◦ green 95 ◦ blue 153

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

Shades of Mariner #425F99

Tints of Mariner #425F99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 48.73%

R = 21.02%
G = 30.25%
B = 48.73%

CMYK

 C value IS 0.57

 M value IS 0.38

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#425F99 (or 0x425F99) is known color: Mariner. HEX triplet: 42, 5F and 99. RGB value is (66,95,153). Sum of RGB (Red+Green+Blue) = 66+95+153=314 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.02% from 314); Green value is 95 (37.5% from 255 or 30.25% from 314); Blue value is 153 (60.16% from 255 or 48.73% from 314); Max value from RGB is 153 - color contains mainly: blue. Hex color #425F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425F99 is #BDA066. Grayscale: #5C5C5C. Windows color (decimal): -12427367 or 10051394. OLE color: 10051394.

HSL color Cylindrical-coordinate representation of color #425F99: hue angle of 220º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #425F99 is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 66 95 153 -
CMYK 0.57 0.38 0 0.4
HSL 220º 0.4% 0.43% -
HSV(B) 220º 0.57% 0.6% -
XYZ 12.09 11.64 31.75 -
YUV 92.94 161.89 108.78 -
System Red Green Blue C M Y K H S L
Decimal 66 95 153 0.57 0.38 0 0.4 220 0.4 0.43
Hex 42 5F 99 39 26 0 28 DC 28 2B
Octal 102 137 231 71 46 0 50 334 50 53
Binary 1000010 1011111 10011001 111001 100110 0 101000 11011100 101000 101011

Color Harmonies of #425F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425F99

Black with #425F99

Text Example


Text Example

White with #425F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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