#127BA7

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

Shades of Cerulean #127BA7

Tints of Cerulean #127BA7

Color information

#127BA7 (or 0x127BA7) is unknown color: approx Cerulean. HEX triplet: 12, 7B and A7. RGB value is (18,123,167). Sum of RGB (Red+Green+Blue) = 18+123+167=308 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.84% from 308); Green value is 123 (48.44% from 255 or 39.94% from 308); Blue value is 167 (65.62% from 255 or 54.22% from 308); Max value from RGB is 167 - color contains mainly: blue. Hex color #127BA7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127BA7 is #ED8458. Grayscale: #606060. Windows color (decimal): -15565913 or 10976018. OLE color: 10976018.

HSL color Cylindrical-coordinate representation of color #127BA7: hue angle of 197.72º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #127BA7 is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB18123167-
CMYK0.890.2600.35
HSL197.72º80.54%36.27%-
HSV(B)197.72º89.22%65.49%-
XYZ14.3117.0839.1-
YUV96.62167.7171.92-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.84%
GREEN value IS 123 (48.44% from 255) = 39.94%
BLUE value IS 167 (65.62% from 255) = 54.22%
R=5.84%
G=39.94%
B=54.22%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal181231670.890.2600.35197.7280.5436.27
Hex127BA7591A023c65124
Octal221732471313204330612144
Binary100101111011101001111011001110100100011110001101010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127BA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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