Html Css Color HEX #425F9F Mariner

📋 copy color: '#425F9F'

red 66 ◦ green 95 ◦ blue 159

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

Shades of Mariner #425F9F

Tints of Mariner #425F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 49.69%

R = 20.63%
G = 29.69%
B = 49.69%

CMYK

 C value IS 0.58

 M value IS 0.40

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#425F9F (or 0x425F9F) is known color: Mariner. HEX triplet: 42, 5F and 9F. RGB value is (66,95,159). Sum of RGB (Red+Green+Blue) = 66+95+159=320 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.62% from 320); Green value is 95 (37.5% from 255 or 29.69% from 320); Blue value is 159 (62.5% from 255 or 49.69% from 320); Max value from RGB is 159 - color contains mainly: blue. Hex color #425F9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425F9F is #BDA060. Grayscale: #5D5D5D. Windows color (decimal): -12427361 or 10444610. OLE color: 10444610.

HSL color Cylindrical-coordinate representation of color #425F9F: hue angle of 221.29º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #425F9F is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 66 95 159 -
CMYK 0.58 0.40 0 0.38
HSL 221.29º 0.41% 0.44% -
HSV(B) 221.29º 0.58% 0.62% -
XYZ 12.6 11.85 34.42 -
YUV 93.63 164.89 108.3 -
System Red Green Blue C M Y K H S L
Decimal 66 95 159 0.58 0.40 0 0.38 221.29 0.41 0.44
Hex 42 5F 9F 3A 28 0 26 DD 29 2C
Octal 102 137 237 72 50 0 46 335 51 54
Binary 1000010 1011111 10011111 111010 101000 0 100110 11011101 101001 101100

Color Harmonies of #425F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425F9F

Black with #425F9F

Text Example


Text Example

White with #425F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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