Html Css Color HEX #425FA5 Mariner

📋 copy color: '#425FA5'

red 66 ◦ green 95 ◦ blue 165

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

Shades of Mariner #425FA5

Tints of Mariner #425FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 50.61%

R = 20.25%
G = 29.14%
B = 50.61%

CMYK

 C value IS 0.60

 M value IS 0.42

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#425FA5 (or 0x425FA5) is known color: Mariner. HEX triplet: 42, 5F and A5. RGB value is (66,95,165). Sum of RGB (Red+Green+Blue) = 66+95+165=326 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.25% from 326); Green value is 95 (37.5% from 255 or 29.14% from 326); Blue value is 165 (64.84% from 255 or 50.61% from 326); Max value from RGB is 165 - color contains mainly: blue. Hex color #425FA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425FA5 is #BDA05A. Grayscale: #5E5E5E. Windows color (decimal): -12427355 or 10837826. OLE color: 10837826.

HSL color Cylindrical-coordinate representation of color #425FA5: hue angle of 222.42º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #425FA5 is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 66 95 165 -
CMYK 0.60 0.42 0 0.35
HSL 222.42º 0.43% 0.45% -
HSV(B) 222.42º 0.6% 0.65% -
XYZ 13.13 12.06 37.23 -
YUV 94.31 167.89 107.81 -
System Red Green Blue C M Y K H S L
Decimal 66 95 165 0.60 0.42 0 0.35 222.42 0.43 0.45
Hex 42 5F A5 3C 2A 0 23 DE 2B 2D
Octal 102 137 245 74 52 0 43 336 53 55
Binary 1000010 1011111 10100101 111100 101010 0 100011 11011110 101011 101101

Color Harmonies of #425FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425FA5

Black with #425FA5

Text Example


Text Example

White with #425FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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