#184FBA

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

Shades of Cerulean Blue #184FBA

Tints of Cerulean Blue #184FBA

Color information

#184FBA (or 0x184FBA) is unknown color: approx Cerulean Blue. HEX triplet: 18, 4F and BA. RGB value is (24,79,186). Sum of RGB (Red+Green+Blue) = 24+79+186=289 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.30% from 289); Green value is 79 (31.25% from 255 or 27.34% from 289); Blue value is 186 (73.05% from 255 or 64.36% from 289); Max value from RGB is 186 - color contains mainly: blue. Hex color #184FBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #184FBA is #E7B045. Grayscale: #4A4A4A. Windows color (decimal): -15183942 or 12209944. OLE color: 12209944.

HSL color Cylindrical-coordinate representation of color #184FBA: hue angle of 219.63º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #184FBA is Cyan = 0.87, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB2479186-
CMYK0.870.5800.27
HSL219.63º77.14%41.18%-
HSV(B)219.63º87.1%72.94%-
XYZ12.049.3347.62-
YUV74.75190.7891.8-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.30%
GREEN value IS 79 (31.25% from 255) = 27.34%
BLUE value IS 186 (73.05% from 255) = 64.36%
R=8.30%
G=27.34%
B=64.36%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal24791860.870.5800.27219.6377.1441.18
Hex184FBA573A01Bdc4d29
Octal301172721277203333411551
Binary110001001111101110101010111111010011011110111001001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184FBA; }

 p { color: rgb(24,79,186); }

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

<style>
 a { background-color: #184FBA; }

 a { background-color: rgb(24,79,186); }

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

<style>
 span { border-color: #184FBA; }

 span { border-color: rgb(24,79,186); }

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