#1A78AF

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

Shades of Cerulean #1A78AF

Tints of Cerulean #1A78AF

Color information

#1A78AF (or 0x1A78AF) is unknown color: approx Cerulean. HEX triplet: 1A, 78 and AF. RGB value is (26,120,175). Sum of RGB (Red+Green+Blue) = 26+120+175=321 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.10% from 321); Green value is 120 (47.27% from 255 or 37.38% from 321); Blue value is 175 (68.75% from 255 or 54.52% from 321); Max value from RGB is 175 - color contains mainly: blue. Hex color #1A78AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A78AF is #E58750. Grayscale: #616161. Windows color (decimal): -15042385 or 11499546. OLE color: 11499546.

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

Color convert

RGB26120175-
CMYK0.850.3100.31
HSL202.15º74.13%39.41%-
HSV(B)202.15º85.14%68.63%-
XYZ14.8816.7543.01-
YUV98.16171.3676.53-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.10%
GREEN value IS 120 (47.27% from 255) = 37.38%
BLUE value IS 175 (68.75% from 255) = 54.52%
R=8.10%
G=37.38%
B=54.52%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal261201750.850.3100.31202.1574.1339.41
Hex1A78AF551F01Fca4a27
Octal321702571253703731211247
Binary11010111100010101111101010111111011111110010101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A78AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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