Html Css Color HEX #41699B Mariner

📋 copy color: '#41699B'

red 65 ◦ green 105 ◦ blue 155

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

Shades of Mariner #41699B

Tints of Mariner #41699B

RGB

 RED value IS 65 (25.78% from 255) = 20%

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

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

R = 20%
G = 32.31%
B = 47.69%

CMYK

 C value IS 0.58

 M value IS 0.32

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#41699B (or 0x41699B) is known color: Mariner. HEX triplet: 41, 69 and 9B. RGB value is (65,105,155). Sum of RGB (Red+Green+Blue) = 65+105+155=325 (43% of max value = 765). Red value is 65 (25.78% from 255 or 20% from 325); Green value is 105 (41.41% from 255 or 32.31% from 325); Blue value is 155 (60.94% from 255 or 47.69% from 325); Max value from RGB is 155 - color contains mainly: blue. Hex color #41699B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41699B is #BE9664. Grayscale: #626262. Windows color (decimal): -12490341 or 10185025. OLE color: 10185025.

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

Color convert

RGB 65 105 155 -
CMYK 0.58 0.32 0 0.39
HSL 213.33º 0.41% 0.43% -
HSV(B) 213.33º 0.58% 0.61% -
XYZ 13.15 13.59 32.94 -
YUV 98.74 159.75 103.93 -
System Red Green Blue C M Y K H S L
Decimal 65 105 155 0.58 0.32 0 0.39 213.33 0.41 0.43
Hex 41 69 9B 3A 20 0 27 D5 29 2B
Octal 101 151 233 72 40 0 47 325 51 53
Binary 1000001 1101001 10011011 111010 100000 0 100111 11010101 101001 101011

Color Harmonies of #41699B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41699B

Black with #41699B

Text Example


Text Example

White with #41699B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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