#1F4BAC

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

Shades of Cerulean Blue #1F4BAC

Tints of Cerulean Blue #1F4BAC

Color information

#1F4BAC (or 0x1F4BAC) is unknown color: approx Cerulean Blue. HEX triplet: 1F, 4B and AC. RGB value is (31,75,172). Sum of RGB (Red+Green+Blue) = 31+75+172=278 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.15% from 278); Green value is 75 (29.69% from 255 or 26.98% from 278); Blue value is 172 (67.58% from 255 or 61.87% from 278); Max value from RGB is 172 - color contains mainly: blue. Hex color #1F4BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F4BAC is #E0B453. Grayscale: #484848. Windows color (decimal): -14726228 or 11291423. OLE color: 11291423.

HSL color Cylindrical-coordinate representation of color #1F4BAC: hue angle of 221.28º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F4BAC is Cyan = 0.82, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3175172-
CMYK0.820.5600.33
HSL221.28º69.46%39.8%-
HSV(B)221.28º81.98%67.45%-
XYZ10.538.340.08-
YUV72.9183.9298.11-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.15%
GREEN value IS 75 (29.69% from 255) = 26.98%
BLUE value IS 172 (67.58% from 255) = 61.87%
R=11.15%
G=26.98%
B=61.87%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal31751720.820.5600.33221.2869.4639.8
Hex1F4BAC5238021dd4528
Octal371132541227004133510550
Binary1111110010111010110010100101110000100001110111011000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,75,172); }

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

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

 a { background-color: rgb(31,75,172); }

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

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

 span { border-color: rgb(31,75,172); }

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