Html Css Color HEX #0584AC Cerulean

📋 copy color: '#0584AC'

red 5 ◦ green 132 ◦ blue 172

#0584AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #0584AC

Tints of Cerulean #0584AC

RGB

 RED value IS 5 (2.34% from 255) = 1.62%

 GREEN value IS 132 (51.95% from 255) = 42.72%

 BLUE value IS 172 (67.58% from 255) = 55.66%

R = 1.62%
G = 42.72%
B = 55.66%

CMYK

 C value IS 0.97

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0584AC (or 0x0584AC) is known color: Cerulean. HEX triplet: 05, 84 and AC. RGB value is (5,132,172). Sum of RGB (Red+Green+Blue) = 5+132+172=309 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 309); Green value is 132 (51.95% from 255 or 42.72% from 309); Blue value is 172 (67.58% from 255 or 55.66% from 309); Max value from RGB is 172 - color contains mainly: blue. Hex color #0584AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0584AC is #FA7B53. Grayscale: #626262. Windows color (decimal): -16415572 or 11305989. OLE color: 11305989.

HSL color Cylindrical-coordinate representation of color #0584AC: hue angle of 194.37º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0584AC is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 5 132 172 -
CMYK 0.97 0.23 0 0.33
HSL 194.37º 0.94% 0.35% -
HSV(B) 194.37º 0.97% 0.67% -
XYZ 15.76 19.51 41.97 -
YUV 98.59 169.42 61.25 -
System Red Green Blue C M Y K H S L
Decimal 5 132 172 0.97 0.23 0 0.33 194.37 0.94 0.35
Hex 5 84 AC 61 17 0 21 C2 5E 23
Octal 5 204 254 141 27 0 41 302 136 43
Binary 101 10000100 10101100 1100001 10111 0 100001 11000010 1011110 100011

Color Harmonies of #0584AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0584AC

Black with #0584AC

Text Example


Text Example

White with #0584AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0584AC;
 }
 .AnyTagClassName
 {
   color: #0584AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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