#107395

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

Shades of Cerulean #107395

Tints of Cerulean #107395

Color information

#107395 (or 0x107395) is unknown color: approx Cerulean. HEX triplet: 10, 73 and 95. RGB value is (16,115,149). Sum of RGB (Red+Green+Blue) = 16+115+149=280 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.71% from 280); Green value is 115 (45.31% from 255 or 41.07% from 280); Blue value is 149 (58.59% from 255 or 53.21% from 280); Max value from RGB is 149 - color contains mainly: blue. Hex color #107395 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107395 is #EF8C6A. Grayscale: #595959. Windows color (decimal): -15699051 or 9794320. OLE color: 9794320.

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

Color convert

RGB16115149-
CMYK0.890.2300.42
HSL195.34º80.61%32.35%-
HSV(B)195.34º89.26%58.43%-
XYZ11.7714.5430.62-
YUV89.28161.775.74-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.71%
GREEN value IS 115 (45.31% from 255) = 41.07%
BLUE value IS 149 (58.59% from 255) = 53.21%
R=5.71%
G=41.07%
B=53.21%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal161151490.890.2300.42195.3480.6132.35
Hex107395591702Ac35120
Octal201632251312705230312140
Binary100001110011100101011011001101110101010110000111010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107395; }

 p { color: rgb(16,115,149); }

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

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

 a { background-color: rgb(16,115,149); }

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

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

 span { border-color: rgb(16,115,149); }

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