#1a4bb8

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

Shades of Cerulean Blue #1A4BB8

Tints of Cerulean Blue #1A4BB8

Color information

#1A4BB8 (or 0x1A4BB8) is unknown color: approx Cerulean Blue. HEX triplet: 1A, 4B and B8. RGB value is (26,75,184). Sum of RGB (Red+Green+Blue) = 26+75+184=285 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.12% from 285); Green value is 75 (29.69% from 255 or 26.32% from 285); Blue value is 184 (72.27% from 255 or 64.56% from 285); Max value from RGB is 184 - color contains mainly: blue. Hex color #1A4BB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A4BB8 is #E5B447. Grayscale: #484848. Windows color (decimal): -15053896 or 12077850. OLE color: 12077850.

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

Color convert

RGB2675184-
CMYK0.860.5900.28
HSL221.39º75.24%41.18%-
HSV(B)221.39º85.87%72.16%-
XYZ11.598.7146.42-
YUV72.78190.7794.64-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.12%
GREEN value IS 75 (29.69% from 255) = 26.32%
BLUE value IS 184 (72.27% from 255) = 64.56%
R=9.12%
G=26.32%
B=64.56%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal26751840.860.5900.28221.3975.2441.18
Hex1A4BB8563B01Cdd4b29
Octal321132701267303433511351
Binary110101001011101110001010110111011011100110111011001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a4bb8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,75,184); }

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

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

 a { background-color: rgb(26,75,184); }

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

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

 span { border-color: rgb(26,75,184); }

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