#1C4CBC

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

Shades of Cerulean Blue #1C4CBC

Tints of Cerulean Blue #1C4CBC

Color information

#1C4CBC (or 0x1C4CBC) is unknown color: approx Cerulean Blue. HEX triplet: 1C, 4C and BC. RGB value is (28,76,188). Sum of RGB (Red+Green+Blue) = 28+76+188=292 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.59% from 292); Green value is 76 (30.08% from 255 or 26.03% from 292); Blue value is 188 (73.83% from 255 or 64.38% from 292); Max value from RGB is 188 - color contains mainly: blue. Hex color #1C4CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C4CBC is #E3B343. Grayscale: #494949. Windows color (decimal): -14922564 or 12340252. OLE color: 12340252.

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

Color convert

RGB2876188-
CMYK0.850.6000.26
HSL222º74.07%42.35%-
HSV(B)222º85.11%73.73%-
XYZ12.149.0548.68-
YUV74.42192.194.89-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.59%
GREEN value IS 76 (30.08% from 255) = 26.03%
BLUE value IS 188 (73.83% from 255) = 64.38%
R=9.59%
G=26.03%
B=64.38%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal28761880.850.6000.2622274.0742.35
Hex1C4CBC553C01Ade4a2a
Octal341142741257403233611252
Binary111001001100101111001010101111100011010110111101001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,76,188); }

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

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

 a { background-color: rgb(28,76,188); }

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

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

 span { border-color: rgb(28,76,188); }

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