#1A7EBA

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

Shades of Cerulean #1A7EBA

Tints of Cerulean #1A7EBA

Color information

#1A7EBA (or 0x1A7EBA) is unknown color: approx Cerulean. HEX triplet: 1A, 7E and BA. RGB value is (26,126,186). Sum of RGB (Red+Green+Blue) = 26+126+186=338 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.69% from 338); Green value is 126 (49.61% from 255 or 37.28% from 338); Blue value is 186 (73.05% from 255 or 55.03% from 338); Max value from RGB is 186 - color contains mainly: blue. Hex color #1A7EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A7EBA is #E58145. Grayscale: #666666. Windows color (decimal): -15040838 or 12221978. OLE color: 12221978.

HSL color Cylindrical-coordinate representation of color #1A7EBA: hue angle of 202.5º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A7EBA is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB26126186-
CMYK0.860.3200.27
HSL202.5º75.47%41.57%-
HSV(B)202.5º86.02%72.94%-
XYZ16.7518.6949.18-
YUV102.94174.8773.12-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.69%
GREEN value IS 126 (49.61% from 255) = 37.28%
BLUE value IS 186 (73.05% from 255) = 55.03%
R=7.69%
G=37.28%
B=55.03%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal261261860.860.3200.27202.575.4741.57
Hex1A7EBA562001Bca4b2a
Octal321762721264003331211352
Binary110101111110101110101010110100000011011110010101001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,126,186); }

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

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

 a { background-color: rgb(26,126,186); }

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

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

 span { border-color: rgb(26,126,186); }

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