#1F55BA

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

Shades of Cerulean Blue #1F55BA

Tints of Cerulean Blue #1F55BA

Color information

#1F55BA (or 0x1F55BA) is unknown color: approx Cerulean Blue. HEX triplet: 1F, 55 and BA. RGB value is (31,85,186). Sum of RGB (Red+Green+Blue) = 31+85+186=302 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.26% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 186 (73.05% from 255 or 61.59% from 302); Max value from RGB is 186 - color contains mainly: blue. Hex color #1F55BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F55BA is #E0AA45. Grayscale: #4F4F4F. Windows color (decimal): -14723654 or 12211487. OLE color: 12211487.

HSL color Cylindrical-coordinate representation of color #1F55BA: hue angle of 219.1º 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 #1F55BA is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3185186-
CMYK0.830.5400.27
HSL219.1º71.43%42.55%-
HSV(B)219.1º83.33%72.94%-
XYZ12.6810.3347.78-
YUV80.37187.6192.79-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.26%
GREEN value IS 85 (33.59% from 255) = 28.15%
BLUE value IS 186 (73.05% from 255) = 61.59%
R=10.26%
G=28.15%
B=61.59%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal31851860.830.5400.27219.171.4342.55
Hex1F55BA533601Bdb472b
Octal371252721236603333310753
Binary111111010101101110101010011110110011011110110111000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F55BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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