#1F4CAE

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

Shades of Cerulean Blue #1F4CAE

Tints of Cerulean Blue #1F4CAE

Color information

#1F4CAE (or 0x1F4CAE) is unknown color: approx Cerulean Blue. HEX triplet: 1F, 4C and AE. RGB value is (31,76,174). Sum of RGB (Red+Green+Blue) = 31+76+174=281 (37% of max value = 765). Red value is 31 (12.5% from 255 or 11.03% from 281); Green value is 76 (30.08% from 255 or 27.05% from 281); Blue value is 174 (68.36% from 255 or 61.92% from 281); Max value from RGB is 174 - color contains mainly: blue. Hex color #1F4CAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F4CAE is #E0B351. Grayscale: #494949. Windows color (decimal): -14725970 or 11422751. OLE color: 11422751.

HSL color Cylindrical-coordinate representation of color #1F4CAE: hue angle of 221.12º 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 #1F4CAE is Cyan = 0.82, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3176174-
CMYK0.820.5600.32
HSL221.12º69.76%40.2%-
HSV(B)221.12º82.18%68.24%-
XYZ10.798.5241.12-
YUV73.72184.5997.53-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.03%
GREEN value IS 76 (30.08% from 255) = 27.05%
BLUE value IS 174 (68.36% from 255) = 61.92%
R=11.03%
G=27.05%
B=61.92%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal31761740.820.5600.32221.1269.7640.2
Hex1F4CAE5238020dd4628
Octal371142561227004033510650
Binary1111110011001010111010100101110000100000110111011000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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