#107CBB

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

Shades of Cerulean #107CBB

Tints of Cerulean #107CBB

Color information

#107CBB (or 0x107CBB) is unknown color: approx Cerulean. HEX triplet: 10, 7C and BB. RGB value is (16,124,187). Sum of RGB (Red+Green+Blue) = 16+124+187=327 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.89% from 327); Green value is 124 (48.83% from 255 or 37.92% from 327); Blue value is 187 (73.44% from 255 or 57.19% from 327); Max value from RGB is 187 - color contains mainly: blue. Hex color #107CBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107CBB is #EF8344. Grayscale: #626262. Windows color (decimal): -15696709 or 12286992. OLE color: 12286992.

HSL color Cylindrical-coordinate representation of color #107CBB: hue angle of 202.11º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #107CBB is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16124187-
CMYK0.910.3400.27
HSL202.11º84.24%39.8%-
HSV(B)202.11º91.44%73.33%-
XYZ16.3918.1149.65-
YUV98.89177.7268.88-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.89%
GREEN value IS 124 (48.83% from 255) = 37.92%
BLUE value IS 187 (73.44% from 255) = 57.19%
R=4.89%
G=37.92%
B=57.19%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal161241870.910.3400.27202.1184.2439.8
Hex107CBB5B2201Bca5428
Octal201742731334203331212450
Binary100001111100101110111011011100010011011110010101010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107CBB; }

 p { color: rgb(16,124,187); }

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

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

 a { background-color: rgb(16,124,187); }

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

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

 span { border-color: rgb(16,124,187); }

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