Html Css Color HEX #425F93 Mariner

📋 copy color: '#425F93'

red 66 ◦ green 95 ◦ blue 147

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

Shades of Mariner #425F93

Tints of Mariner #425F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 47.73%

R = 21.43%
G = 30.84%
B = 47.73%

CMYK

 C value IS 0.55

 M value IS 0.35

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#425F93 (or 0x425F93) is known color: Mariner. HEX triplet: 42, 5F and 93. RGB value is (66,95,147). Sum of RGB (Red+Green+Blue) = 66+95+147=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 95 (37.5% from 255 or 30.84% from 308); Blue value is 147 (57.81% from 255 or 47.73% from 308); Max value from RGB is 147 - color contains mainly: blue. Hex color #425F93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425F93 is #BDA06C. Grayscale: #5C5C5C. Windows color (decimal): -12427373 or 9658178. OLE color: 9658178.

HSL color Cylindrical-coordinate representation of color #425F93: hue angle of 218.52º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #425F93 is Cyan = 0.55, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 95 147 -
CMYK 0.55 0.35 0 0.42
HSL 218.52º 0.38% 0.42% -
HSV(B) 218.52º 0.55% 0.58% -
XYZ 11.61 11.45 29.2 -
YUV 92.26 158.89 109.27 -
System Red Green Blue C M Y K H S L
Decimal 66 95 147 0.55 0.35 0 0.42 218.52 0.38 0.42
Hex 42 5F 93 37 23 0 2A DB 26 2A
Octal 102 137 223 67 43 0 52 333 46 52
Binary 1000010 1011111 10010011 110111 100011 0 101010 11011011 100110 101010

Color Harmonies of #425F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425F93

Black with #425F93

Text Example


Text Example

White with #425F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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