#1F47C6

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

Shades of Cerulean Blue #1F47C6

Tints of Cerulean Blue #1F47C6

Color information

#1F47C6 (or 0x1F47C6) is unknown color: approx Cerulean Blue. HEX triplet: 1F, 47 and C6. RGB value is (31,71,198). Sum of RGB (Red+Green+Blue) = 31+71+198=300 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.33% from 300); Green value is 71 (28.12% from 255 or 23.67% from 300); Blue value is 198 (77.73% from 255 or 66% from 300); Max value from RGB is 198 - color contains mainly: blue. Hex color #1F47C6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F47C6 is #E0B839. Grayscale: #484848. Windows color (decimal): -14727226 or 12994335. OLE color: 12994335.

HSL color Cylindrical-coordinate representation of color #1F47C6: hue angle of 225.63º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F47C6 is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB3171198-
CMYK0.840.6400.22
HSL225.63º72.93%44.9%-
HSV(B)225.63º84.34%77.65%-
XYZ13.018.8854.45-
YUV73.52198.2597.67-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.33%
GREEN value IS 71 (28.12% from 255) = 23.67%
BLUE value IS 198 (77.73% from 255) = 66%
R=10.33%
G=23.67%
B=66%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal31711980.840.6400.22225.6372.9344.9
Hex1F47C65440016e2492d
Octal3710730612410002634211155
Binary1111110001111100011010101001000000010110111000101001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F47C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,71,198); }

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

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

 a { background-color: rgb(31,71,198); }

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

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

 span { border-color: rgb(31,71,198); }

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