Html Css Color HEX #728BA9 Ship Cove

📋 copy color: '#728BA9'

red 114 ◦ green 139 ◦ blue 169

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

Shades of Ship Cove #728BA9

Tints of Ship Cove #728BA9

RGB

 RED value IS 114 (44.92% from 255) = 27.01%

 GREEN value IS 139 (54.69% from 255) = 32.94%

 BLUE value IS 169 (66.41% from 255) = 40.05%

R = 27.01%
G = 32.94%
B = 40.05%

CMYK

 C value IS 0.33

 M value IS 0.18

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#728BA9 (or 0x728BA9) is known color: Ship Cove. HEX triplet: 72, 8B and A9. RGB value is (114,139,169). Sum of RGB (Red+Green+Blue) = 114+139+169=422 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.01% from 422); Green value is 139 (54.69% from 255 or 32.94% from 422); Blue value is 169 (66.41% from 255 or 40.05% from 422); Max value from RGB is 169 - color contains mainly: blue. Hex color #728BA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728BA9 is #8D7456. Grayscale: #868686. Windows color (decimal): -9270359 or 11111282. OLE color: 11111282.

HSL color Cylindrical-coordinate representation of color #728BA9: hue angle of 212.73º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #728BA9 is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 114 139 169 -
CMYK 0.33 0.18 0 0.34
HSL 212.73º 0.24% 0.55% -
HSV(B) 212.73º 0.33% 0.66% -
XYZ 23.33 24.91 41.11 -
YUV 134.95 147.22 113.06 -
System Red Green Blue C M Y K H S L
Decimal 114 139 169 0.33 0.18 0 0.34 212.73 0.24 0.55
Hex 72 8B A9 21 12 0 22 D5 18 37
Octal 162 213 251 41 22 0 42 325 30 67
Binary 1110010 10001011 10101001 100001 10010 0 100010 11010101 11000 110111

Color Harmonies of #728BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728BA9

Black with #728BA9

Text Example


Text Example

White with #728BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728BA9; }

 p { color: rgb(114,139,169); }

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

background-color css

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

 a { background-color: rgb(114,139,169); }

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

border-color css

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

 span { border-color: rgb(114,139,169); }

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