#107097

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

Shades of Cerulean #107097

Tints of Cerulean #107097

Color information

#107097 (or 0x107097) is unknown color: approx Cerulean. HEX triplet: 10, 70 and 97. RGB value is (16,112,151). Sum of RGB (Red+Green+Blue) = 16+112+151=279 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.73% from 279); Green value is 112 (44.14% from 255 or 40.14% from 279); Blue value is 151 (59.38% from 255 or 54.12% from 279); Max value from RGB is 151 - color contains mainly: blue. Hex color #107097 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107097 is #EF8F68. Grayscale: #575757. Windows color (decimal): -15699817 or 9924624. OLE color: 9924624.

HSL color Cylindrical-coordinate representation of color #107097: hue angle of 197.33º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #107097 is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB16112151-
CMYK0.890.2600.41
HSL197.33º80.84%32.75%-
HSV(B)197.33º89.4%59.22%-
XYZ11.5913.9331.36-
YUV87.74163.776.83-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.73%
GREEN value IS 112 (44.14% from 255) = 40.14%
BLUE value IS 151 (59.38% from 255) = 54.12%
R=5.73%
G=40.14%
B=54.12%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal161121510.890.2600.41197.3380.8432.75
Hex107097591A029c55121
Octal201602271313205130512141
Binary100001110000100101111011001110100101001110001011010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107097; }

 p { color: rgb(16,112,151); }

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

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

 a { background-color: rgb(16,112,151); }

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

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

 span { border-color: rgb(16,112,151); }

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