#1F53A5

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

Shades of Cerulean Blue #1F53A5

Tints of Cerulean Blue #1F53A5

Color information

#1F53A5 (or 0x1F53A5) is unknown color: approx Cerulean Blue. HEX triplet: 1F, 53 and A5. RGB value is (31,83,165). Sum of RGB (Red+Green+Blue) = 31+83+165=279 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.11% from 279); Green value is 83 (32.81% from 255 or 29.75% from 279); Blue value is 165 (64.84% from 255 or 59.14% from 279); Max value from RGB is 165 - color contains mainly: blue. Hex color #1F53A5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F53A5 is #E0AC5A. Grayscale: #4C4C4C. Windows color (decimal): -14724187 or 10834719. OLE color: 10834719.

HSL color Cylindrical-coordinate representation of color #1F53A5: hue angle of 216.72º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F53A5 is Cyan = 0.81, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB3183165-
CMYK0.810.5000.35
HSL216.72º68.37%38.43%-
HSV(B)216.72º81.21%64.71%-
XYZ10.459.1936.82-
YUV76.8177.7795.33-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.11%
GREEN value IS 83 (32.81% from 255) = 29.75%
BLUE value IS 165 (64.84% from 255) = 59.14%
R=11.11%
G=29.75%
B=59.14%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal31831650.810.5000.35216.7268.3738.43
Hex1F53A55132023d94426
Octal371232451216204333110446
Binary1111110100111010010110100011100100100011110110011000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F53A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,83,165); }

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

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

 a { background-color: rgb(31,83,165); }

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

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

 span { border-color: rgb(31,83,165); }

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