#919DAF

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

Shades of Rock Blue #919DAF

Tints of Rock Blue #919DAF

Color information

#919DAF (or 0x919DAF) is unknown color: approx Rock Blue. HEX triplet: 91, 9D and AF. RGB value is (145,157,175). Sum of RGB (Red+Green+Blue) = 145+157+175=477 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.40% from 477); Green value is 157 (61.72% from 255 or 32.91% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 175 - color contains mainly: blue. Hex color #919DAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919DAF is #6E6250. Grayscale: #9B9B9B. Windows color (decimal): -7234129 or 11509137. OLE color: 11509137.

HSL color Cylindrical-coordinate representation of color #919DAF: hue angle of 216º 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 #919DAF is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB145157175-
CMYK0.170.1000.31
HSL216º15.79%62.75%-
HSV(B)216º17.14%68.63%-
XYZ31.4733.2345.31-
YUV155.46139.02120.54-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.40%
GREEN value IS 157 (61.72% from 255) = 32.91%
BLUE value IS 175 (68.75% from 255) = 36.69%
R=30.40%
G=32.91%
B=36.69%

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
Decimal1451571750.170.1000.3121615.7962.75
Hex919DAF11A01Fd8103f
Octal22123525721120373302077
Binary1001000110011101101011111000110100111111101100010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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