#1F52A5

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

Shades of Cerulean Blue #1F52A5

Tints of Cerulean Blue #1F52A5

Color information

#1F52A5 (or 0x1F52A5) is unknown color: approx Cerulean Blue. HEX triplet: 1F, 52 and A5. RGB value is (31,82,165). Sum of RGB (Red+Green+Blue) = 31+82+165=278 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.15% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 165 (64.84% from 255 or 59.35% from 278); Max value from RGB is 165 - color contains mainly: blue. Hex color #1F52A5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F52A5 is #E0AD5A. Grayscale: #4B4B4B. Windows color (decimal): -14724443 or 10834463. OLE color: 10834463.

HSL color Cylindrical-coordinate representation of color #1F52A5: hue angle of 217.16º 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 #1F52A5 is Cyan = 0.81, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB3182165-
CMYK0.810.5000.35
HSL217.16º68.37%38.43%-
HSV(B)217.16º81.21%64.71%-
XYZ10.379.0436.8-
YUV76.21178.195.75-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.15%
GREEN value IS 82 (32.42% from 255) = 29.50%
BLUE value IS 165 (64.84% from 255) = 59.35%
R=11.15%
G=29.50%
B=59.35%

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
Decimal31821650.810.5000.35217.1668.3738.43
Hex1F52A55132023d94426
Octal371222451216204333110446
Binary1111110100101010010110100011100100100011110110011000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F52A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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