#1f4cba

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

Shades of Cerulean Blue #1F4CBA

Tints of Cerulean Blue #1F4CBA

Color information

#1F4CBA (or 0x1F4CBA) is unknown color: approx Cerulean Blue. HEX triplet: 1F, 4C and BA. RGB value is (31,76,186). Sum of RGB (Red+Green+Blue) = 31+76+186=293 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.58% from 293); Green value is 76 (30.08% from 255 or 25.94% from 293); Blue value is 186 (73.05% from 255 or 63.48% from 293); Max value from RGB is 186 - color contains mainly: blue. Hex color #1F4CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F4CBA is #E0B345. Grayscale: #4A4A4A. Windows color (decimal): -14725958 or 12209183. OLE color: 12209183.

HSL color Cylindrical-coordinate representation of color #1F4CBA: hue angle of 222.58º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1F4CBA is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3176186-
CMYK0.830.5900.27
HSL222.58º71.43%42.55%-
HSV(B)222.58º83.33%72.94%-
XYZ12.019.0147.56-
YUV75.08190.5996.56-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.58%
GREEN value IS 76 (30.08% from 255) = 25.94%
BLUE value IS 186 (73.05% from 255) = 63.48%
R=10.58%
G=25.94%
B=63.48%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal31761860.830.5900.27222.5871.4342.55
Hex1F4CBA533B01Bdf472b
Octal371142721237303333710753
Binary111111001100101110101010011111011011011110111111000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f4cba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1f4cba; }

 p { color: rgb(31,76,186); }

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

<style>
 a { background-color: #1f4cba; }

 a { background-color: rgb(31,76,186); }

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

<style>
 span { border-color: #1f4cba; }

 span { border-color: rgb(31,76,186); }

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