#106E94

Color #106E94 Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #106E94

Tints of Cerulean #106E94

Color information

#106E94 (or 0x106E94) is unknown color: approx Cerulean. HEX triplet: 10, 6E and 94. RGB value is (16,110,148). Sum of RGB (Red+Green+Blue) = 16+110+148=274 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.84% from 274); Green value is 110 (43.36% from 255 or 40.15% from 274); Blue value is 148 (58.20% from 255 or 54.01% from 274); Max value from RGB is 148 - color contains mainly: blue. Hex color #106E94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106E94 is #EF916B. Grayscale: #555555. Windows color (decimal): -15700332 or 9727504. OLE color: 9727504.

HSL color Cylindrical-coordinate representation of color #106E94: hue angle of 197.27º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #106E94 is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB16110148-
CMYK0.890.2600.42
HSL197.27º80.49%32.16%-
HSV(B)197.27º89.19%58.04%-
XYZ11.1313.430.02-
YUV86.23162.8677.91-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.84%
GREEN value IS 110 (43.36% from 255) = 40.15%
BLUE value IS 148 (58.20% from 255) = 54.01%
R=5.84%
G=40.15%
B=54.01%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal161101480.890.2600.42197.2780.4932.16
Hex106E94591A02Ac55020
Octal201562241313205230512040
Binary100001101110100101001011001110100101010110001011010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106E94; }

 p { color: rgb(16,110,148); }

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

<style>
 a { background-color: #106E94; }

 a { background-color: rgb(16,110,148); }

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

<style>
 span { border-color: #106E94; }

 span { border-color: rgb(16,110,148); }

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