#127DBA

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

Shades of Cerulean #127DBA

Tints of Cerulean #127DBA

Color information

#127DBA (or 0x127DBA) is unknown color: approx Cerulean. HEX triplet: 12, 7D and BA. RGB value is (18,125,186). Sum of RGB (Red+Green+Blue) = 18+125+186=329 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.47% from 329); Green value is 125 (49.22% from 255 or 37.99% from 329); Blue value is 186 (73.05% from 255 or 56.53% from 329); Max value from RGB is 186 - color contains mainly: blue. Hex color #127DBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127DBA is #ED8245. Grayscale: #636363. Windows color (decimal): -15565382 or 12221714. OLE color: 12221714.

HSL color Cylindrical-coordinate representation of color #127DBA: hue angle of 201.79º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #127DBA is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18125186-
CMYK0.900.3300.27
HSL201.79º82.35%40%-
HSV(B)201.79º90.32%72.94%-
XYZ16.4518.3449.13-
YUV99.96176.5569.54-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.47%
GREEN value IS 125 (49.22% from 255) = 37.99%
BLUE value IS 186 (73.05% from 255) = 56.53%
R=5.47%
G=37.99%
B=56.53%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181251860.900.3300.27201.7982.3540
Hex127DBA5A2101Bca5228
Octal221752721324103331212250
Binary100101111101101110101011010100001011011110010101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,125,186); }

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

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

 a { background-color: rgb(18,125,186); }

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

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

 span { border-color: rgb(18,125,186); }

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