#0584B3

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

Shades of Cerulean #0584B3

Tints of Cerulean #0584B3

Color information

#0584B3 (or 0x0584B3) is unknown color: approx Cerulean. HEX triplet: 05, 84 and B3. RGB value is (5,132,179). Sum of RGB (Red+Green+Blue) = 5+132+179=316 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.58% from 316); Green value is 132 (51.95% from 255 or 41.77% from 316); Blue value is 179 (70.31% from 255 or 56.65% from 316); Max value from RGB is 179 - color contains mainly: blue. Hex color #0584B3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0584B3 is #FA7B4C. Grayscale: #636363. Windows color (decimal): -16415565 or 11764741. OLE color: 11764741.

HSL color Cylindrical-coordinate representation of color #0584B3: hue angle of 196.21º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0584B3 is Cyan = 0.97, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB5132179-
CMYK0.970.2600.30
HSL196.21º94.57%36.08%-
HSV(B)196.21º97.21%70.2%-
XYZ16.4519.7945.6-
YUV99.38172.9260.68-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.58%
GREEN value IS 132 (51.95% from 255) = 41.77%
BLUE value IS 179 (70.31% from 255) = 56.65%
R=1.58%
G=41.77%
B=56.65%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal51321790.970.2600.30196.2194.5736.08
Hex584B3611A01Ec45f24
Octal52042631413203630413744
Binary1011000010010110011110000111010011110110001001011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0584B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0584B3; }

 p { color: rgb(5,132,179); }

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

<style>
 a { background-color: #0584B3; }

 a { background-color: rgb(5,132,179); }

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

<style>
 span { border-color: #0584B3; }

 span { border-color: rgb(5,132,179); }

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