#1A4BAE

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

Shades of Cerulean Blue #1A4BAE

Tints of Cerulean Blue #1A4BAE

Color information

#1A4BAE (or 0x1A4BAE) is unknown color: approx Cerulean Blue. HEX triplet: 1A, 4B and AE. RGB value is (26,75,174). Sum of RGB (Red+Green+Blue) = 26+75+174=275 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.45% from 275); Green value is 75 (29.69% from 255 or 27.27% from 275); Blue value is 174 (68.36% from 255 or 63.27% from 275); Max value from RGB is 174 - color contains mainly: blue. Hex color #1A4BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A4BAE is #E5B451. Grayscale: #474747. Windows color (decimal): -15053906 or 11422490. OLE color: 11422490.

HSL color Cylindrical-coordinate representation of color #1A4BAE: hue angle of 220.14º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A4BAE is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB2675174-
CMYK0.850.5700.32
HSL220.14º74%39.22%-
HSV(B)220.14º85.06%68.24%-
XYZ10.588.3141.09-
YUV71.64185.7795.45-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.45%
GREEN value IS 75 (29.69% from 255) = 27.27%
BLUE value IS 174 (68.36% from 255) = 63.27%
R=9.45%
G=27.27%
B=63.27%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal26751740.850.5700.32220.147439.22
Hex1A4BAE5539020dc4a27
Octal321132561257104033411247
Binary1101010010111010111010101011110010100000110111001001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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