Html Css Color HEX #415CAB Mariner

📋 copy color: '#415CAB'

red 65 ◦ green 92 ◦ blue 171

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

Shades of Mariner #415CAB

Tints of Mariner #415CAB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.05%

 BLUE value IS 171 (67.19% from 255) = 52.13%

R = 19.82%
G = 28.05%
B = 52.13%

CMYK

 C value IS 0.62

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#415CAB (or 0x415CAB) is known color: Mariner. HEX triplet: 41, 5C and AB. RGB value is (65,92,171). Sum of RGB (Red+Green+Blue) = 65+92+171=328 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.82% from 328); Green value is 92 (36.33% from 255 or 28.05% from 328); Blue value is 171 (67.19% from 255 or 52.13% from 328); Max value from RGB is 171 - color contains mainly: blue. Hex color #415CAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415CAB is #BEA354. Grayscale: #5C5C5C. Windows color (decimal): -12493653 or 11230273. OLE color: 11230273.

HSL color Cylindrical-coordinate representation of color #415CAB: hue angle of 224.72º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #415CAB is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 65 92 171 -
CMYK 0.62 0.46 0 0.33
HSL 224.72º 0.45% 0.46% -
HSV(B) 224.72º 0.62% 0.67% -
XYZ 13.36 11.72 40.09 -
YUV 92.93 172.05 108.08 -
System Red Green Blue C M Y K H S L
Decimal 65 92 171 0.62 0.46 0 0.33 224.72 0.45 0.46
Hex 41 5C AB 3E 2E 0 21 E1 2D 2E
Octal 101 134 253 76 56 0 41 341 55 56
Binary 1000001 1011100 10101011 111110 101110 0 100001 11100001 101101 101110

Color Harmonies of #415CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415CAB

Black with #415CAB

Text Example


Text Example

White with #415CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415CAB; }

 p { color: rgb(65,92,171); }

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

background-color css

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

 a { background-color: rgb(65,92,171); }

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

border-color css

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

 span { border-color: rgb(65,92,171); }

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