Html Css Color HEX #415CAC Mariner

📋 copy color: '#415CAC'

red 65 ◦ green 92 ◦ blue 172

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

Shades of Mariner #415CAC

Tints of Mariner #415CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 52.28%

R = 19.76%
G = 27.96%
B = 52.28%

CMYK

 C value IS 0.62

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#415CAC (or 0x415CAC) is known color: Mariner. HEX triplet: 41, 5C and AC. RGB value is (65,92,172). Sum of RGB (Red+Green+Blue) = 65+92+172=329 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.76% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 172 (67.58% from 255 or 52.28% from 329); Max value from RGB is 172 - color contains mainly: blue. Hex color #415CAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415CAC is #BEA353. Grayscale: #5C5C5C. Windows color (decimal): -12493652 or 11295809. OLE color: 11295809.

HSL color Cylindrical-coordinate representation of color #415CAC: hue angle of 224.86º 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 #415CAC is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 65 92 172 -
CMYK 0.62 0.47 0 0.33
HSL 224.86º 0.45% 0.46% -
HSV(B) 224.86º 0.62% 0.67% -
XYZ 13.45 11.76 40.59 -
YUV 93.05 172.55 108 -
System Red Green Blue C M Y K H S L
Decimal 65 92 172 0.62 0.47 0 0.33 224.86 0.45 0.46
Hex 41 5C AC 3E 2F 0 21 E1 2D 2E
Octal 101 134 254 76 57 0 41 341 55 56
Binary 1000001 1011100 10101100 111110 101111 0 100001 11100001 101101 101110

Color Harmonies of #415CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415CAC

Black with #415CAC

Text Example


Text Example

White with #415CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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