#1A78B1

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

Shades of Cerulean #1A78B1

Tints of Cerulean #1A78B1

Color information

#1A78B1 (or 0x1A78B1) is unknown color: approx Cerulean. HEX triplet: 1A, 78 and B1. RGB value is (26,120,177). Sum of RGB (Red+Green+Blue) = 26+120+177=323 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.05% from 323); Green value is 120 (47.27% from 255 or 37.15% from 323); Blue value is 177 (69.53% from 255 or 54.80% from 323); Max value from RGB is 177 - color contains mainly: blue. Hex color #1A78B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A78B1 is #E5874E. Grayscale: #626262. Windows color (decimal): -15042383 or 11630618. OLE color: 11630618.

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

Color convert

RGB26120177-
CMYK0.850.3200.31
HSL202.65º74.38%39.8%-
HSV(B)202.65º85.31%69.41%-
XYZ15.0816.8344.05-
YUV98.39172.3676.37-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.05%
GREEN value IS 120 (47.27% from 255) = 37.15%
BLUE value IS 177 (69.53% from 255) = 54.80%
R=8.05%
G=37.15%
B=54.80%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal261201770.850.3200.31202.6574.3839.8
Hex1A78B1552001Fcb4a28
Octal321702611254003731311250
Binary110101111000101100011010101100000011111110010111001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A78B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,120,177); }

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

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

 a { background-color: rgb(26,120,177); }

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

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

 span { border-color: rgb(26,120,177); }

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