#1A4ABE

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

Shades of Cerulean Blue #1A4ABE

Tints of Cerulean Blue #1A4ABE

Color information

#1A4ABE (or 0x1A4ABE) is unknown color: approx Cerulean Blue. HEX triplet: 1A, 4A and BE. RGB value is (26,74,190). Sum of RGB (Red+Green+Blue) = 26+74+190=290 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.97% from 290); Green value is 74 (29.30% from 255 or 25.52% from 290); Blue value is 190 (74.61% from 255 or 65.52% from 290); Max value from RGB is 190 - color contains mainly: blue. Hex color #1A4ABE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A4ABE is #E5B541. Grayscale: #484848. Windows color (decimal): -15054146 or 12470810. OLE color: 12470810.

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

Color convert

RGB2674190-
CMYK0.860.6100.25
HSL222.44º75.93%42.35%-
HSV(B)222.44º86.32%74.51%-
XYZ12.178.8349.78-
YUV72.87194.194.57-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.97%
GREEN value IS 74 (29.30% from 255) = 25.52%
BLUE value IS 190 (74.61% from 255) = 65.52%
R=8.97%
G=25.52%
B=65.52%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal26741900.860.6100.25222.4475.9342.35
Hex1A4ABE563D019de4c2a
Octal321122761267503133611452
Binary110101001010101111101010110111101011001110111101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,74,190); }

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

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

 a { background-color: rgb(26,74,190); }

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

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

 span { border-color: rgb(26,74,190); }

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