Html Css Color HEX #949EA0 Submarine

📋 copy color: '#949EA0'

red 148 ◦ green 158 ◦ blue 160

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

Shades of Submarine #949EA0

Tints of Submarine #949EA0

RGB

 RED value IS 148 (58.2% from 255) = 31.76%

 GREEN value IS 158 (62.11% from 255) = 33.91%

 BLUE value IS 160 (62.89% from 255) = 34.33%

R = 31.76%
G = 33.91%
B = 34.33%

CMYK

 C value IS 0.07

 M value IS 0.01

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#949EA0 (or 0x949EA0) is known color: Submarine. HEX triplet: 94, 9E and A0. RGB value is (148,158,160). Sum of RGB (Red+Green+Blue) = 148+158+160=466 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.76% from 466); Green value is 158 (62.11% from 255 or 33.91% from 466); Blue value is 160 (62.89% from 255 or 34.33% from 466); Max value from RGB is 160 - color contains mainly: blue. Hex color #949EA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949EA0 is #6B615F. Grayscale: #9B9B9B. Windows color (decimal): -7037280 or 10526356. OLE color: 10526356.

HSL color Cylindrical-coordinate representation of color #949EA0: hue angle of 190º degrees, saturation: 0.06, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #949EA0 is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 148 158 160 -
CMYK 0.07 0.01 0 0.37
HSL 190º 0.06% 0.6% -
HSV(B) 190º 0.07% 0.63% -
XYZ 30.78 33.29 38.06 -
YUV 155.24 130.69 122.84 -
System Red Green Blue C M Y K H S L
Decimal 148 158 160 0.07 0.01 0 0.37 190 0.06 0.6
Hex 94 9E A0 7 1 0 25 BE 6 3C
Octal 224 236 240 7 1 0 45 276 6 74
Binary 10010100 10011110 10100000 111 1 0 100101 10111110 110 111100

Color Harmonies of #949EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949EA0

Black with #949EA0

Text Example


Text Example

White with #949EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949EA0; }

 p { color: rgb(148,158,160); }

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

background-color css

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

 a { background-color: rgb(148,158,160); }

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

border-color css

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

 span { border-color: rgb(148,158,160); }

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