#127BB1

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

Shades of Cerulean #127BB1

Tints of Cerulean #127BB1

Color information

#127BB1 (or 0x127BB1) is unknown color: approx Cerulean. HEX triplet: 12, 7B and B1. RGB value is (18,123,177). Sum of RGB (Red+Green+Blue) = 18+123+177=318 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.66% from 318); Green value is 123 (48.44% from 255 or 38.68% from 318); Blue value is 177 (69.53% from 255 or 55.66% from 318); Max value from RGB is 177 - color contains mainly: blue. Hex color #127BB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127BB1 is #ED844E. Grayscale: #616161. Windows color (decimal): -15565903 or 11631378. OLE color: 11631378.

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

Color convert

RGB18123177-
CMYK0.900.3100.31
HSL200.38º81.54%38.24%-
HSV(B)200.38º89.83%69.41%-
XYZ15.2717.4744.16-
YUV97.76172.7171.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.66%
GREEN value IS 123 (48.44% from 255) = 38.68%
BLUE value IS 177 (69.53% from 255) = 55.66%
R=5.66%
G=38.68%
B=55.66%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal181231770.900.3100.31200.3881.5438.24
Hex127BB15A1F01Fc85226
Octal221732611323703731012246
Binary10010111101110110001101101011111011111110010001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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