Html Css Color HEX #42659B Mariner

📋 copy color: '#42659B'

red 66 ◦ green 101 ◦ blue 155

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

Shades of Mariner #42659B

Tints of Mariner #42659B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.37%

 BLUE value IS 155 (60.94% from 255) = 48.14%

R = 20.5%
G = 31.37%
B = 48.14%

CMYK

 C value IS 0.57

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#42659B (or 0x42659B) is known color: Mariner. HEX triplet: 42, 65 and 9B. RGB value is (66,101,155). Sum of RGB (Red+Green+Blue) = 66+101+155=322 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.50% from 322); Green value is 101 (39.84% from 255 or 31.37% from 322); Blue value is 155 (60.94% from 255 or 48.14% from 322); Max value from RGB is 155 - color contains mainly: blue. Hex color #42659B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42659B is #BD9A64. Grayscale: #606060. Windows color (decimal): -12425829 or 10184002. OLE color: 10184002.

HSL color Cylindrical-coordinate representation of color #42659B: hue angle of 216.4º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #42659B is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 66 101 155 -
CMYK 0.57 0.35 0 0.39
HSL 216.4º 0.4% 0.43% -
HSV(B) 216.4º 0.57% 0.61% -
XYZ 12.82 12.83 32.81 -
YUV 96.69 160.9 106.11 -
System Red Green Blue C M Y K H S L
Decimal 66 101 155 0.57 0.35 0 0.39 216.4 0.4 0.43
Hex 42 65 9B 39 23 0 27 D8 28 2B
Octal 102 145 233 71 43 0 47 330 50 53
Binary 1000010 1100101 10011011 111001 100011 0 100111 11011000 101000 101011

Color Harmonies of #42659B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42659B

Black with #42659B

Text Example


Text Example

White with #42659B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42659B; }

 p { color: rgb(66,101,155); }

 H1.HeaderClassName
 {
   color: #42659B;
 }
 .AnyTagClassName
 {
   color: #42659B;
 }
</style>

background-color css

<style>
 a { background-color: #42659B; }

 a { background-color: rgb(66,101,155); }

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

border-color css

<style>
 span { border-color: #42659B; }

 span { border-color: rgb(66,101,155); }

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