Html Css Color HEX #425F9E Mariner

📋 copy color: '#425F9E'

red 66 ◦ green 95 ◦ blue 158

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

Shades of Mariner #425F9E

Tints of Mariner #425F9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 49.53%

R = 20.69%
G = 29.78%
B = 49.53%

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

#425F9E (or 0x425F9E) is known color: Mariner. HEX triplet: 42, 5F and 9E. RGB value is (66,95,158). Sum of RGB (Red+Green+Blue) = 66+95+158=319 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.69% from 319); Green value is 95 (37.5% from 255 or 29.78% from 319); Blue value is 158 (62.11% from 255 or 49.53% from 319); Max value from RGB is 158 - color contains mainly: blue. Hex color #425F9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425F9E is #BDA061. Grayscale: #5D5D5D. Windows color (decimal): -12427362 or 10379074. OLE color: 10379074.

HSL color Cylindrical-coordinate representation of color #425F9E: hue angle of 221.09º 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 #425F9E is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 66 95 158 -
CMYK 0.58 0.40 0 0.38
HSL 221.09º 0.41% 0.44% -
HSV(B) 221.09º 0.58% 0.62% -
XYZ 12.51 11.81 33.97 -
YUV 93.51 164.39 108.38 -
System Red Green Blue C M Y K H S L
Decimal 66 95 158 0.58 0.40 0 0.38 221.09 0.41 0.44
Hex 42 5F 9E 3A 28 0 26 DD 29 2C
Octal 102 137 236 72 50 0 46 335 51 54
Binary 1000010 1011111 10011110 111010 101000 0 100110 11011101 101001 101100

Color Harmonies of #425F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425F9E

Black with #425F9E

Text Example


Text Example

White with #425F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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