#1F4BAE

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

Shades of Cerulean Blue #1F4BAE

Tints of Cerulean Blue #1F4BAE

Color information

#1F4BAE (or 0x1F4BAE) is unknown color: approx Cerulean Blue. HEX triplet: 1F, 4B and AE. RGB value is (31,75,174). Sum of RGB (Red+Green+Blue) = 31+75+174=280 (37% of max value = 765). Red value is 31 (12.5% from 255 or 11.07% from 280); Green value is 75 (29.69% from 255 or 26.79% from 280); Blue value is 174 (68.36% from 255 or 62.14% from 280); Max value from RGB is 174 - color contains mainly: blue. Hex color #1F4BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F4BAE is #E0B451. Grayscale: #484848. Windows color (decimal): -14726226 or 11422495. OLE color: 11422495.

HSL color Cylindrical-coordinate representation of color #1F4BAE: hue angle of 221.54º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F4BAE is Cyan = 0.82, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3175174-
CMYK0.820.5700.32
HSL221.54º69.76%40.2%-
HSV(B)221.54º82.18%68.24%-
XYZ10.728.3841.1-
YUV73.13184.9297.95-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.07%
GREEN value IS 75 (29.69% from 255) = 26.79%
BLUE value IS 174 (68.36% from 255) = 62.14%
R=11.07%
G=26.79%
B=62.14%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal31751740.820.5700.32221.5469.7640.2
Hex1F4BAE5239020de4628
Octal371132561227104033610650
Binary1111110010111010111010100101110010100000110111101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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