Html Css Color HEX #416098 Mariner

📋 copy color: '#416098'

red 65 ◦ green 96 ◦ blue 152

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

Shades of Mariner #416098

Tints of Mariner #416098

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.67%

 BLUE value IS 152 (59.77% from 255) = 48.56%

R = 20.77%
G = 30.67%
B = 48.56%

CMYK

 C value IS 0.57

 M value IS 0.37

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#416098 (or 0x416098) is known color: Mariner. HEX triplet: 41, 60 and 98. RGB value is (65,96,152). Sum of RGB (Red+Green+Blue) = 65+96+152=313 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.77% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 152 (59.77% from 255 or 48.56% from 313); Max value from RGB is 152 - color contains mainly: blue. Hex color #416098 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416098 is #BE9F67. Grayscale: #5C5C5C. Windows color (decimal): -12492648 or 9986113. OLE color: 9986113.

HSL color Cylindrical-coordinate representation of color #416098: hue angle of 218.62º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #416098 is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 65 96 152 -
CMYK 0.57 0.37 0 0.40
HSL 218.62º 0.4% 0.43% -
HSV(B) 218.62º 0.57% 0.6% -
XYZ 12.03 11.76 31.34 -
YUV 93.12 161.23 107.95 -
System Red Green Blue C M Y K H S L
Decimal 65 96 152 0.57 0.37 0 0.40 218.62 0.4 0.43
Hex 41 60 98 39 25 0 28 DB 28 2B
Octal 101 140 230 71 45 0 50 333 50 53
Binary 1000001 1100000 10011000 111001 100101 0 101000 11011011 101000 101011

Color Harmonies of #416098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416098

Black with #416098

Text Example


Text Example

White with #416098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416098; }

 p { color: rgb(65,96,152); }

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

background-color css

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

 a { background-color: rgb(65,96,152); }

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

border-color css

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

 span { border-color: rgb(65,96,152); }

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