Html Css Color HEX #415097 Governor Bay

📋 copy color: '#415097'

red 65 ◦ green 80 ◦ blue 151

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

Shades of Governor Bay #415097

Tints of Governor Bay #415097

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.03%

 BLUE value IS 151 (59.38% from 255) = 51.01%

R = 21.96%
G = 27.03%
B = 51.01%

CMYK

 C value IS 0.57

 M value IS 0.47

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#415097 (or 0x415097) is known color: Governor Bay. HEX triplet: 41, 50 and 97. RGB value is (65,80,151). Sum of RGB (Red+Green+Blue) = 65+80+151=296 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.96% from 296); Green value is 80 (31.64% from 255 or 27.03% from 296); Blue value is 151 (59.38% from 255 or 51.01% from 296); Max value from RGB is 151 - color contains mainly: blue. Hex color #415097 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415097 is #BEAF68. Grayscale: #535353. Windows color (decimal): -12496745 or 9916481. OLE color: 9916481.

HSL color Cylindrical-coordinate representation of color #415097: hue angle of 229.53º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #415097 is Cyan = 0.57, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 65 80 151 -
CMYK 0.57 0.47 0 0.41
HSL 229.53º 0.4% 0.42% -
HSV(B) 229.53º 0.57% 0.59% -
XYZ 10.63 9.1 30.47 -
YUV 83.61 166.03 114.73 -
System Red Green Blue C M Y K H S L
Decimal 65 80 151 0.57 0.47 0 0.41 229.53 0.4 0.42
Hex 41 50 97 39 2F 0 29 E6 28 2A
Octal 101 120 227 71 57 0 51 346 50 52
Binary 1000001 1010000 10010111 111001 101111 0 101001 11100110 101000 101010

Color Harmonies of #415097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415097

Black with #415097

Text Example


Text Example

White with #415097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415097; }

 p { color: rgb(65,80,151); }

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

background-color css

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

 a { background-color: rgb(65,80,151); }

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

border-color css

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

 span { border-color: rgb(65,80,151); }

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