Html Css Color HEX #42509B Governor Bay

📋 copy color: '#42509B'

red 66 ◦ green 80 ◦ blue 155

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

Shades of Governor Bay #42509B

Tints of Governor Bay #42509B

RGB

 RED value IS 66 (26.17% from 255) = 21.93%

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

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

R = 21.93%
G = 26.58%
B = 51.5%

CMYK

 C value IS 0.57

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#42509B (or 0x42509B) is known color: Governor Bay. HEX triplet: 42, 50 and 9B. RGB value is (66,80,155). Sum of RGB (Red+Green+Blue) = 66+80+155=301 (39% of max value = 765). Red value is 66 (26.17% from 255 or 21.93% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 155 (60.94% from 255 or 51.50% from 301); Max value from RGB is 155 - color contains mainly: blue. Hex color #42509B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42509B is #BDAF64. Grayscale: #545454. Windows color (decimal): -12431205 or 10178626. OLE color: 10178626.

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

Color convert

RGB 66 80 155 -
CMYK 0.57 0.48 0 0.39
HSL 230.56º 0.4% 0.43% -
HSV(B) 230.56º 0.57% 0.61% -
XYZ 11.03 9.26 32.22 -
YUV 84.36 167.86 114.9 -
System Red Green Blue C M Y K H S L
Decimal 66 80 155 0.57 0.48 0 0.39 230.56 0.4 0.43
Hex 42 50 9B 39 30 0 27 E7 28 2B
Octal 102 120 233 71 60 0 47 347 50 53
Binary 1000010 1010000 10011011 111001 110000 0 100111 11100111 101000 101011

Color Harmonies of #42509B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42509B

Black with #42509B

Text Example


Text Example

White with #42509B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,80,155); }

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

background-color css

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

 a { background-color: rgb(66,80,155); }

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

border-color css

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

 span { border-color: rgb(66,80,155); }

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