#919EAF

Color #919EAF Rock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Blue #919EAF

Tints of Rock Blue #919EAF

Color information

#919EAF (or 0x919EAF) is unknown color: approx Rock Blue. HEX triplet: 91, 9E and AF. RGB value is (145,158,175). Sum of RGB (Red+Green+Blue) = 145+158+175=478 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.33% from 478); Green value is 158 (62.11% from 255 or 33.05% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 175 - color contains mainly: blue. Hex color #919EAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919EAF is #6E6150. Grayscale: #9B9B9B. Windows color (decimal): -7233873 or 11509393. OLE color: 11509393.

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

Color convert

RGB145158175-
CMYK0.170.1000.31
HSL214º15.79%62.75%-
HSV(B)214º17.14%68.63%-
XYZ31.6433.5745.37-
YUV156.05138.69120.12-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.33%
GREEN value IS 158 (62.11% from 255) = 33.05%
BLUE value IS 175 (68.75% from 255) = 36.61%
R=30.33%
G=33.05%
B=36.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1451581750.170.1000.3121415.7962.75
Hex919EAF11A01Fd6103f
Octal22123625721120373262077
Binary1001000110011110101011111000110100111111101011010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #919EAF;
 }
 .AnyTagClassName
 {
   color: #919EAF;
 }
</style>
background-color css

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

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

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

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

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

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