#107BBB

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

Shades of Cerulean #107BBB

Tints of Cerulean #107BBB

Color information

#107BBB (or 0x107BBB) is unknown color: approx Cerulean. HEX triplet: 10, 7B and BB. RGB value is (16,123,187). Sum of RGB (Red+Green+Blue) = 16+123+187=326 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.91% from 326); Green value is 123 (48.44% from 255 or 37.73% from 326); Blue value is 187 (73.44% from 255 or 57.36% from 326); Max value from RGB is 187 - color contains mainly: blue. Hex color #107BBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107BBB is #EF8444. Grayscale: #616161. Windows color (decimal): -15696965 or 12286736. OLE color: 12286736.

HSL color Cylindrical-coordinate representation of color #107BBB: hue angle of 202.46º 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 #107BBB is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16123187-
CMYK0.910.3400.27
HSL202.46º84.24%39.8%-
HSV(B)202.46º91.44%73.33%-
XYZ16.2717.8649.6-
YUV98.3178.0569.3-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.91%
GREEN value IS 123 (48.44% from 255) = 37.73%
BLUE value IS 187 (73.44% from 255) = 57.36%
R=4.91%
G=37.73%
B=57.36%

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
Decimal161231870.910.3400.27202.4684.2439.8
Hex107BBB5B2201Bca5428
Octal201732731334203331212450
Binary100001111011101110111011011100010011011110010101010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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