Html Css Color HEX #42519C Governor Bay

📋 copy color: '#42519C'

red 66 ◦ green 81 ◦ blue 156

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

Shades of Governor Bay #42519C

Tints of Governor Bay #42519C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 51.49%

R = 21.78%
G = 26.73%
B = 51.49%

CMYK

 C value IS 0.58

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#42519C (or 0x42519C) is known color: Governor Bay. HEX triplet: 42, 51 and 9C. RGB value is (66,81,156). Sum of RGB (Red+Green+Blue) = 66+81+156=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 81 (32.03% from 255 or 26.73% from 303); Blue value is 156 (61.33% from 255 or 51.49% from 303); Max value from RGB is 156 - color contains mainly: blue. Hex color #42519C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42519C is #BDAE63. Grayscale: #545454. Windows color (decimal): -12430948 or 10244418. OLE color: 10244418.

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

Color convert

RGB 66 81 156 -
CMYK 0.58 0.48 0 0.39
HSL 230º 0.41% 0.44% -
HSV(B) 230º 0.58% 0.61% -
XYZ 11.19 9.44 32.69 -
YUV 85.07 168.03 114.4 -
System Red Green Blue C M Y K H S L
Decimal 66 81 156 0.58 0.48 0 0.39 230 0.41 0.44
Hex 42 51 9C 3A 30 0 27 E6 29 2C
Octal 102 121 234 72 60 0 47 346 51 54
Binary 1000010 1010001 10011100 111010 110000 0 100111 11100110 101001 101100

Color Harmonies of #42519C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42519C

Black with #42519C

Text Example


Text Example

White with #42519C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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