#1F49BE

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

Shades of Cerulean Blue #1F49BE

Tints of Cerulean Blue #1F49BE

Color information

#1F49BE (or 0x1F49BE) is unknown color: approx Cerulean Blue. HEX triplet: 1F, 49 and BE. RGB value is (31,73,190). Sum of RGB (Red+Green+Blue) = 31+73+190=294 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.54% from 294); Green value is 73 (28.91% from 255 or 24.83% from 294); Blue value is 190 (74.61% from 255 or 64.63% from 294); Max value from RGB is 190 - color contains mainly: blue. Hex color #1F49BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F49BE is #E0B641. Grayscale: #494949. Windows color (decimal): -14726722 or 12470559. OLE color: 12470559.

HSL color Cylindrical-coordinate representation of color #1F49BE: hue angle of 224.15º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F49BE is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3173190-
CMYK0.840.6200.25
HSL224.15º71.95%43.33%-
HSV(B)224.15º83.68%74.51%-
XYZ12.248.7749.76-
YUV73.78193.5997.49-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.54%
GREEN value IS 73 (28.91% from 255) = 24.83%
BLUE value IS 190 (74.61% from 255) = 64.63%
R=10.54%
G=24.83%
B=64.63%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal31731900.840.6200.25224.1571.9543.33
Hex1F49BE543E019e0482b
Octal371112761247603134011053
Binary111111001001101111101010100111110011001111000001001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F49BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,73,190); }

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

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

 a { background-color: rgb(31,73,190); }

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

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

 span { border-color: rgb(31,73,190); }

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