#107297

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

Shades of Cerulean #107297

Tints of Cerulean #107297

Color information

#107297 (or 0x107297) is unknown color: approx Cerulean. HEX triplet: 10, 72 and 97. RGB value is (16,114,151). Sum of RGB (Red+Green+Blue) = 16+114+151=281 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.69% from 281); Green value is 114 (44.92% from 255 or 40.57% from 281); Blue value is 151 (59.38% from 255 or 53.74% from 281); Max value from RGB is 151 - color contains mainly: blue. Hex color #107297 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107297 is #EF8D68. Grayscale: #585858. Windows color (decimal): -15699305 or 9925136. OLE color: 9925136.

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

Color convert

RGB16114151-
CMYK0.890.2500.41
HSL196.44º80.84%32.75%-
HSV(B)196.44º89.4%59.22%-
XYZ11.8214.3831.43-
YUV88.92163.0375.99-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.69%
GREEN value IS 114 (44.92% from 255) = 40.57%
BLUE value IS 151 (59.38% from 255) = 53.74%
R=5.69%
G=40.57%
B=53.74%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal161141510.890.2500.41196.4480.8432.75
Hex1072975919029c45121
Octal201622271313105130412141
Binary100001110010100101111011001110010101001110001001010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107297; }

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

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

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

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

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

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

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

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