#1B4ABC

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

Shades of Cerulean Blue #1B4ABC

Tints of Cerulean Blue #1B4ABC

Color information

#1B4ABC (or 0x1B4ABC) is unknown color: approx Cerulean Blue. HEX triplet: 1B, 4A and BC. RGB value is (27,74,188). Sum of RGB (Red+Green+Blue) = 27+74+188=289 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.34% from 289); Green value is 74 (29.30% from 255 or 25.61% from 289); Blue value is 188 (73.83% from 255 or 65.05% from 289); Max value from RGB is 188 - color contains mainly: blue. Hex color #1B4ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B4ABC is #E4B543. Grayscale: #484848. Windows color (decimal): -14988612 or 12339739. OLE color: 12339739.

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

Color convert

RGB2774188-
CMYK0.860.6100.26
HSL222.48º74.88%42.16%-
HSV(B)222.48º85.64%73.73%-
XYZ11.988.7648.64-
YUV72.94192.9395.23-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.34%
GREEN value IS 74 (29.30% from 255) = 25.61%
BLUE value IS 188 (73.83% from 255) = 65.05%
R=9.34%
G=25.61%
B=65.05%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal27741880.860.6100.26222.4874.8842.16
Hex1B4ABC563D01Ade4b2a
Octal331122741267503233611352
Binary110111001010101111001010110111101011010110111101001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,74,188); }

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

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

 a { background-color: rgb(27,74,188); }

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

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

 span { border-color: rgb(27,74,188); }

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