#127EC1

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

Shades of Cerulean #127EC1

Tints of Cerulean #127EC1

Color information

#127EC1 (or 0x127EC1) is unknown color: approx Cerulean. HEX triplet: 12, 7E and C1. RGB value is (18,126,193). Sum of RGB (Red+Green+Blue) = 18+126+193=337 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.34% from 337); Green value is 126 (49.61% from 255 or 37.39% from 337); Blue value is 193 (75.78% from 255 or 57.27% from 337); Max value from RGB is 193 - color contains mainly: blue. Hex color #127EC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127EC1 is #ED813E. Grayscale: #646464. Windows color (decimal): -15565119 or 12680722. OLE color: 12680722.

HSL color Cylindrical-coordinate representation of color #127EC1: hue angle of 202.97º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #127EC1 is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18126193-
CMYK0.910.3500.24
HSL202.97º82.94%41.37%-
HSV(B)202.97º90.67%75.69%-
XYZ17.3418.953.19-
YUV101.35179.7268.55-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.34%
GREEN value IS 126 (49.61% from 255) = 37.39%
BLUE value IS 193 (75.78% from 255) = 57.27%
R=5.34%
G=37.39%
B=57.27%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal181261930.910.3500.24202.9782.9441.37
Hex127EC15B23018cb5329
Octal221763011334303031312351
Binary100101111110110000011011011100011011000110010111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,126,193); }

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

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

 a { background-color: rgb(18,126,193); }

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

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

 span { border-color: rgb(18,126,193); }

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