#107194

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

Shades of Cerulean #107194

Tints of Cerulean #107194

Color information

#107194 (or 0x107194) is unknown color: approx Cerulean. HEX triplet: 10, 71 and 94. RGB value is (16,113,148). Sum of RGB (Red+Green+Blue) = 16+113+148=277 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.78% from 277); Green value is 113 (44.53% from 255 or 40.79% from 277); Blue value is 148 (58.20% from 255 or 53.43% from 277); Max value from RGB is 148 - color contains mainly: blue. Hex color #107194 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107194 is #EF8E6B. Grayscale: #575757. Windows color (decimal): -15699564 or 9728272. OLE color: 9728272.

HSL color Cylindrical-coordinate representation of color #107194: hue angle of 195.91º 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 #107194 is Cyan = 0.89, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB16113148-
CMYK0.890.2400.42
HSL195.91º80.49%32.16%-
HSV(B)195.91º89.19%58.04%-
XYZ11.4614.0630.13-
YUV87.99161.8676.65-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.78%
GREEN value IS 113 (44.53% from 255) = 40.79%
BLUE value IS 148 (58.20% from 255) = 53.43%
R=5.78%
G=40.79%
B=53.43%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal161131480.890.2400.42195.9180.4932.16
Hex107194591802Ac45020
Octal201612241313005230412040
Binary100001110001100101001011001110000101010110001001010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107194; }

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

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

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

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

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

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

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

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