Html Css Color HEX #425A9C Mariner

📋 copy color: '#425A9C'

red 66 ◦ green 90 ◦ blue 156

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

Shades of Mariner #425A9C

Tints of Mariner #425A9C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.85%

 BLUE value IS 156 (61.33% from 255) = 50%

R = 21.15%
G = 28.85%
B = 50%

CMYK

 C value IS 0.58

 M value IS 0.42

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#425A9C (or 0x425A9C) is known color: Mariner. HEX triplet: 42, 5A and 9C. RGB value is (66,90,156). Sum of RGB (Red+Green+Blue) = 66+90+156=312 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.15% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 156 (61.33% from 255 or 50% from 312); Max value from RGB is 156 - color contains mainly: blue. Hex color #425A9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425A9C is #BDA563. Grayscale: #5A5A5A. Windows color (decimal): -12428644 or 10246722. OLE color: 10246722.

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

Color convert

RGB 66 90 156 -
CMYK 0.58 0.42 0 0.39
HSL 224º 0.41% 0.44% -
HSV(B) 224º 0.58% 0.61% -
XYZ 11.9 10.87 32.92 -
YUV 90.35 165.05 110.63 -
System Red Green Blue C M Y K H S L
Decimal 66 90 156 0.58 0.42 0 0.39 224 0.41 0.44
Hex 42 5A 9C 3A 2A 0 27 E0 29 2C
Octal 102 132 234 72 52 0 47 340 51 54
Binary 1000010 1011010 10011100 111010 101010 0 100111 11100000 101001 101100

Color Harmonies of #425A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425A9C

Black with #425A9C

Text Example


Text Example

White with #425A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,90,156); }

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

background-color css

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

 a { background-color: rgb(66,90,156); }

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

border-color css

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

 span { border-color: rgb(66,90,156); }

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