#1F4FB9

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

Shades of Cerulean Blue #1F4FB9

Tints of Cerulean Blue #1F4FB9

Color information

#1F4FB9 (or 0x1F4FB9) is unknown color: approx Cerulean Blue. HEX triplet: 1F, 4F and B9. RGB value is (31,79,185). Sum of RGB (Red+Green+Blue) = 31+79+185=295 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.51% from 295); Green value is 79 (31.25% from 255 or 26.78% from 295); Blue value is 185 (72.66% from 255 or 62.71% from 295); Max value from RGB is 185 - color contains mainly: blue. Hex color #1F4FB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F4FB9 is #E0B046. Grayscale: #4C4C4C. Windows color (decimal): -14725191 or 12144415. OLE color: 12144415.

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

Color convert

RGB3179185-
CMYK0.830.5700.27
HSL221.3º71.3%42.35%-
HSV(B)221.3º83.24%72.55%-
XYZ12.129.3947.07-
YUV76.73189.195.38-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.51%
GREEN value IS 79 (31.25% from 255) = 26.78%
BLUE value IS 185 (72.66% from 255) = 62.71%
R=10.51%
G=26.78%
B=62.71%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal31791850.830.5700.27221.371.342.35
Hex1F4FB9533901Bdd472a
Octal371172711237103333510752
Binary111111001111101110011010011111001011011110111011000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,79,185); }

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

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

 a { background-color: rgb(31,79,185); }

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

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

 span { border-color: rgb(31,79,185); }

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