Html Css Color HEX #425DAB Mariner

📋 copy color: '#425DAB'

red 66 ◦ green 93 ◦ blue 171

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

Shades of Mariner #425DAB

Tints of Mariner #425DAB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.18%

 BLUE value IS 171 (67.19% from 255) = 51.82%

R = 20%
G = 28.18%
B = 51.82%

CMYK

 C value IS 0.61

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#425DAB (or 0x425DAB) is known color: Mariner. HEX triplet: 42, 5D and AB. RGB value is (66,93,171). Sum of RGB (Red+Green+Blue) = 66+93+171=330 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 171 (67.19% from 255 or 51.82% from 330); Max value from RGB is 171 - color contains mainly: blue. Hex color #425DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425DAB is #BDA254. Grayscale: #5D5D5D. Windows color (decimal): -12427861 or 11230530. OLE color: 11230530.

HSL color Cylindrical-coordinate representation of color #425DAB: hue angle of 224.57º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #425DAB is Cyan = 0.61, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 93 171 -
CMYK 0.61 0.46 0 0.33
HSL 224.57º 0.44% 0.46% -
HSV(B) 224.57º 0.61% 0.67% -
XYZ 13.51 11.93 40.12 -
YUV 93.82 171.55 108.16 -
System Red Green Blue C M Y K H S L
Decimal 66 93 171 0.61 0.46 0 0.33 224.57 0.44 0.46
Hex 42 5D AB 3D 2E 0 21 E1 2C 2E
Octal 102 135 253 75 56 0 41 341 54 56
Binary 1000010 1011101 10101011 111101 101110 0 100001 11100001 101100 101110

Color Harmonies of #425DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425DAB

Black with #425DAB

Text Example


Text Example

White with #425DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,93,171); }

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

background-color css

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

 a { background-color: rgb(66,93,171); }

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

border-color css

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

 span { border-color: rgb(66,93,171); }

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