#1f4baa

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

Shades of Cerulean Blue #1F4BAA

Tints of Cerulean Blue #1F4BAA

Color information

#1F4BAA (or 0x1F4BAA) is unknown color: approx Cerulean Blue. HEX triplet: 1F, 4B and AA. RGB value is (31,75,170). Sum of RGB (Red+Green+Blue) = 31+75+170=276 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.23% from 276); Green value is 75 (29.69% from 255 or 27.17% from 276); Blue value is 170 (66.80% from 255 or 61.59% from 276); Max value from RGB is 170 - color contains mainly: blue. Hex color #1F4BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F4BAA is #E0B455. Grayscale: #484848. Windows color (decimal): -14726230 or 11160351. OLE color: 11160351.

HSL color Cylindrical-coordinate representation of color #1F4BAA: hue angle of 221.01º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F4BAA is Cyan = 0.82, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3175170-
CMYK0.820.5600.33
HSL221.01º69.15%39.41%-
HSV(B)221.01º81.76%66.67%-
XYZ10.348.2339.07-
YUV72.67182.9298.28-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.23%
GREEN value IS 75 (29.69% from 255) = 27.17%
BLUE value IS 170 (66.80% from 255) = 61.59%
R=11.23%
G=27.17%
B=61.59%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal31751700.820.5600.33221.0169.1539.41
Hex1F4BAA5238021dd4527
Octal371132521227004133510547
Binary1111110010111010101010100101110000100001110111011000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f4baa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,75,170); }

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

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

 a { background-color: rgb(31,75,170); }

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

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

 span { border-color: rgb(31,75,170); }

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