Html Css Color HEX #919EB0 Rock Blue

📋 copy color: '#919EB0'

red 145 ◦ green 158 ◦ blue 176

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

Shades of Rock Blue #919EB0

Tints of Rock Blue #919EB0

RGB

 RED value IS 145 (57.03% from 255) = 30.27%

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

 BLUE value IS 176 (69.14% from 255) = 36.74%

R = 30.27%
G = 32.99%
B = 36.74%

CMYK

 C value IS 0.18

 M value IS 0.10

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#919EB0 (or 0x919EB0) is known color: Rock Blue. HEX triplet: 91, 9E and B0. RGB value is (145,158,176). Sum of RGB (Red+Green+Blue) = 145+158+176=479 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.27% from 479); Green value is 158 (62.11% from 255 or 32.99% from 479); Blue value is 176 (69.14% from 255 or 36.74% from 479); Max value from RGB is 176 - color contains mainly: blue. Hex color #919EB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919EB0 is #6E614F. Grayscale: #9C9C9C. Windows color (decimal): -7233872 or 11574929. OLE color: 11574929.

HSL color Cylindrical-coordinate representation of color #919EB0: hue angle of 214.84º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #919EB0 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 145 158 176 -
CMYK 0.18 0.10 0 0.31
HSL 214.84º 0.16% 0.63% -
HSV(B) 214.84º 0.18% 0.69% -
XYZ 31.74 33.61 45.89 -
YUV 156.17 139.19 120.04 -
System Red Green Blue C M Y K H S L
Decimal 145 158 176 0.18 0.10 0 0.31 214.84 0.16 0.63
Hex 91 9E B0 12 A 0 1F D7 10 3F
Octal 221 236 260 22 12 0 37 327 20 77
Binary 10010001 10011110 10110000 10010 1010 0 11111 11010111 10000 111111

Color Harmonies of #919EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919EB0

Black with #919EB0

Text Example


Text Example

White with #919EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919EB0; }

 p { color: rgb(145,158,176); }

 H1.HeaderClassName
 {
   color: #919EB0;
 }
 .AnyTagClassName
 {
   color: #919EB0;
 }
</style>

background-color css

<style>
 a { background-color: #919EB0; }

 a { background-color: rgb(145,158,176); }

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

border-color css

<style>
 span { border-color: #919EB0; }

 span { border-color: rgb(145,158,176); }

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