Html Css Color HEX #959FBA Rock Blue

📋 copy color: '#959FBA'

red 149 ◦ green 159 ◦ blue 186

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

Shades of Rock Blue #959FBA

Tints of Rock Blue #959FBA

RGB

 RED value IS 149 (58.59% from 255) = 30.16%

 GREEN value IS 159 (62.5% from 255) = 32.19%

 BLUE value IS 186 (73.05% from 255) = 37.65%

R = 30.16%
G = 32.19%
B = 37.65%

CMYK

 C value IS 0.20

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#959FBA (or 0x959FBA) is known color: Rock Blue. HEX triplet: 95, 9F and BA. RGB value is (149,159,186). Sum of RGB (Red+Green+Blue) = 149+159+186=494 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.16% from 494); Green value is 159 (62.5% from 255 or 32.19% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 186 - color contains mainly: blue. Hex color #959FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959FBA is #6A6045. Grayscale: #9E9E9E. Windows color (decimal): -6971462 or 12230549. OLE color: 12230549.

HSL color Cylindrical-coordinate representation of color #959FBA: hue angle of 223.78º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #959FBA is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 159 186 -
CMYK 0.20 0.15 0 0.27
HSL 223.78º 0.21% 0.66% -
HSV(B) 223.78º 0.2% 0.73% -
XYZ 33.66 34.73 51.38 -
YUV 159.09 143.19 120.8 -
System Red Green Blue C M Y K H S L
Decimal 149 159 186 0.20 0.15 0 0.27 223.78 0.21 0.66
Hex 95 9F BA 14 F 0 1B E0 15 42
Octal 225 237 272 24 17 0 33 340 25 102
Binary 10010101 10011111 10111010 10100 1111 0 11011 11100000 10101 1000010

Color Harmonies of #959FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959FBA

Black with #959FBA

Text Example


Text Example

White with #959FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959FBA; }

 p { color: rgb(149,159,186); }

 H1.HeaderClassName
 {
   color: #959FBA;
 }
 .AnyTagClassName
 {
   color: #959FBA;
 }
</style>

background-color css

<style>
 a { background-color: #959FBA; }

 a { background-color: rgb(149,159,186); }

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

border-color css

<style>
 span { border-color: #959FBA; }

 span { border-color: rgb(149,159,186); }

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