#1F4378

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

Shades of Dark Cerulean #1F4378

Tints of Dark Cerulean #1F4378

Color information

#1F4378 (or 0x1F4378) is unknown color: approx Dark Cerulean. HEX triplet: 1F, 43 and 78. RGB value is (31,67,120). Sum of RGB (Red+Green+Blue) = 31+67+120=218 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.22% from 218); Green value is 67 (26.56% from 255 or 30.73% from 218); Blue value is 120 (47.27% from 255 or 55.05% from 218); Max value from RGB is 120 - color contains mainly: blue. Hex color #1F4378 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4378 is #E0BC87. Grayscale: #3E3E3E. Windows color (decimal): -14728328 or 7881503. OLE color: 7881503.

HSL color Cylindrical-coordinate representation of color #1F4378: hue angle of 215.73º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F4378 is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3167120-
CMYK0.740.4400.53
HSL215.73º58.94%29.61%-
HSV(B)215.73º74.17%47.06%-
XYZ5.965.6618.55-
YUV62.28160.57105.69-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.22%
GREEN value IS 67 (26.56% from 255) = 30.73%
BLUE value IS 120 (47.27% from 255) = 55.05%
R=14.22%
G=30.73%
B=55.05%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal31671200.740.4400.53215.7358.9429.61
Hex1F43784A2C035d83b1e
Octal37103170112540653307336
Binary1111110000111111000100101010110001101011101100011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,67,120); }

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

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

 a { background-color: rgb(31,67,120); }

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

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

 span { border-color: rgb(31,67,120); }

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