#1A4CC3

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

Shades of Cerulean Blue #1A4CC3

Tints of Cerulean Blue #1A4CC3

Color information

#1A4CC3 (or 0x1A4CC3) is unknown color: approx Cerulean Blue. HEX triplet: 1A, 4C and C3. RGB value is (26,76,195). Sum of RGB (Red+Green+Blue) = 26+76+195=297 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.75% from 297); Green value is 76 (30.08% from 255 or 25.59% from 297); Blue value is 195 (76.56% from 255 or 65.66% from 297); Max value from RGB is 195 - color contains mainly: blue. Hex color #1A4CC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A4CC3 is #E5B33C. Grayscale: #4A4A4A. Windows color (decimal): -15053629 or 12799002. OLE color: 12799002.

HSL color Cylindrical-coordinate representation of color #1A4CC3: hue angle of 222.25º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A4CC3 is Cyan = 0.87, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB2676195-
CMYK0.870.6100.24
HSL222.25º76.47%43.33%-
HSV(B)222.25º86.67%76.47%-
XYZ12.869.3352.75-
YUV74.62195.9493.32-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.75%
GREEN value IS 76 (30.08% from 255) = 25.59%
BLUE value IS 195 (76.56% from 255) = 65.66%
R=8.75%
G=25.59%
B=65.66%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal26761950.870.6100.24222.2576.4743.33
Hex1A4CC3573D018de4c2b
Octal321143031277503033611453
Binary110101001100110000111010111111101011000110111101001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,76,195); }

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

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

 a { background-color: rgb(26,76,195); }

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

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

 span { border-color: rgb(26,76,195); }

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