Html Css Color HEX #42699B Mariner

📋 copy color: '#42699B'

red 66 ◦ green 105 ◦ blue 155

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

Shades of Mariner #42699B

Tints of Mariner #42699B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.21%

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

R = 20.25%
G = 32.21%
B = 47.55%

CMYK

 C value IS 0.57

 M value IS 0.32

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#42699B (or 0x42699B) is known color: Mariner. HEX triplet: 42, 69 and 9B. RGB value is (66,105,155). Sum of RGB (Red+Green+Blue) = 66+105+155=326 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.25% from 326); Green value is 105 (41.41% from 255 or 32.21% from 326); Blue value is 155 (60.94% from 255 or 47.55% from 326); Max value from RGB is 155 - color contains mainly: blue. Hex color #42699B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42699B is #BD9664. Grayscale: #626262. Windows color (decimal): -12424805 or 10185026. OLE color: 10185026.

HSL color Cylindrical-coordinate representation of color #42699B: hue angle of 213.71º 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 #42699B is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 66 105 155 -
CMYK 0.57 0.32 0 0.39
HSL 213.71º 0.4% 0.43% -
HSV(B) 213.71º 0.57% 0.61% -
XYZ 13.21 13.63 32.94 -
YUV 99.04 159.58 104.43 -
System Red Green Blue C M Y K H S L
Decimal 66 105 155 0.57 0.32 0 0.39 213.71 0.4 0.43
Hex 42 69 9B 39 20 0 27 D6 28 2B
Octal 102 151 233 71 40 0 47 326 50 53
Binary 1000010 1101001 10011011 111001 100000 0 100111 11010110 101000 101011

Color Harmonies of #42699B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42699B

Black with #42699B

Text Example


Text Example

White with #42699B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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