#127BB2

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

Shades of Cerulean #127BB2

Tints of Cerulean #127BB2

Color information

#127BB2 (or 0x127BB2) is unknown color: approx Cerulean. HEX triplet: 12, 7B and B2. RGB value is (18,123,178). Sum of RGB (Red+Green+Blue) = 18+123+178=319 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.64% from 319); Green value is 123 (48.44% from 255 or 38.56% from 319); Blue value is 178 (69.92% from 255 or 55.80% from 319); Max value from RGB is 178 - color contains mainly: blue. Hex color #127BB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127BB2 is #ED844D. Grayscale: #616161. Windows color (decimal): -15565902 or 11696914. OLE color: 11696914.

HSL color Cylindrical-coordinate representation of color #127BB2: hue angle of 200.62º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #127BB2 is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB18123178-
CMYK0.900.3100.30
HSL200.62º81.63%38.43%-
HSV(B)200.62º89.89%69.8%-
XYZ15.3717.5144.69-
YUV97.88173.2171.03-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.64%
GREEN value IS 123 (48.44% from 255) = 38.56%
BLUE value IS 178 (69.92% from 255) = 55.80%
R=5.64%
G=38.56%
B=55.80%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal181231780.900.3100.30200.6281.6338.43
Hex127BB25A1F01Ec95226
Octal221732621323703631112246
Binary10010111101110110010101101011111011110110010011010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127BB2; }

 p { color: rgb(18,123,178); }

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

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

 a { background-color: rgb(18,123,178); }

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

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

 span { border-color: rgb(18,123,178); }

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