#1a4ebf

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

Shades of Cerulean Blue #1A4EBF

Tints of Cerulean Blue #1A4EBF

Color information

#1A4EBF (or 0x1A4EBF) is unknown color: approx Cerulean Blue. HEX triplet: 1A, 4E and BF. RGB value is (26,78,191). Sum of RGB (Red+Green+Blue) = 26+78+191=295 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.81% from 295); Green value is 78 (30.86% from 255 or 26.44% from 295); Blue value is 191 (75% from 255 or 64.75% from 295); Max value from RGB is 191 - color contains mainly: blue. Hex color #1A4EBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A4EBF is #E5B140. Grayscale: #4A4A4A. Windows color (decimal): -15053121 or 12537370. OLE color: 12537370.

HSL color Cylindrical-coordinate representation of color #1A4EBF: hue angle of 221.09º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A4EBF is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2678191-
CMYK0.860.5900.25
HSL221.09º76.04%42.55%-
HSV(B)221.09º86.39%74.9%-
XYZ12.559.4350.45-
YUV75.33193.2792.81-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.81%
GREEN value IS 78 (30.86% from 255) = 26.44%
BLUE value IS 191 (75% from 255) = 64.75%
R=8.81%
G=26.44%
B=64.75%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal26781910.860.5900.25221.0976.0442.55
Hex1A4EBF563B019dd4c2b
Octal321162771267303133511453
Binary110101001110101111111010110111011011001110111011001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a4ebf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,78,191); }

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

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

 a { background-color: rgb(26,78,191); }

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

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

 span { border-color: rgb(26,78,191); }

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