Html Css Color HEX #42519E Governor Bay

📋 copy color: '#42519E'

red 66 ◦ green 81 ◦ blue 158

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

Shades of Governor Bay #42519E

Tints of Governor Bay #42519E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.56%

 BLUE value IS 158 (62.11% from 255) = 51.8%

R = 21.64%
G = 26.56%
B = 51.8%

CMYK

 C value IS 0.58

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#42519E (or 0x42519E) is known color: Governor Bay. HEX triplet: 42, 51 and 9E. RGB value is (66,81,158). Sum of RGB (Red+Green+Blue) = 66+81+158=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 81 (32.03% from 255 or 26.56% from 305); Blue value is 158 (62.11% from 255 or 51.80% from 305); Max value from RGB is 158 - color contains mainly: blue. Hex color #42519E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42519E is #BDAE61. Grayscale: #545454. Windows color (decimal): -12430946 or 10375490. OLE color: 10375490.

HSL color Cylindrical-coordinate representation of color #42519E: hue angle of 230.22º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #42519E is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 66 81 158 -
CMYK 0.58 0.49 0 0.38
HSL 230.22º 0.41% 0.44% -
HSV(B) 230.22º 0.58% 0.62% -
XYZ 11.36 9.51 33.58 -
YUV 85.29 169.03 114.24 -
System Red Green Blue C M Y K H S L
Decimal 66 81 158 0.58 0.49 0 0.38 230.22 0.41 0.44
Hex 42 51 9E 3A 31 0 26 E6 29 2C
Octal 102 121 236 72 61 0 46 346 51 54
Binary 1000010 1010001 10011110 111010 110001 0 100110 11100110 101001 101100

Color Harmonies of #42519E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42519E

Black with #42519E

Text Example


Text Example

White with #42519E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42519E; }

 p { color: rgb(66,81,158); }

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

background-color css

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

 a { background-color: rgb(66,81,158); }

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

border-color css

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

 span { border-color: rgb(66,81,158); }

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