Html Css Color HEX #0580BE Cerulean

📋 copy color: '#0580BE'

red 5 ◦ green 128 ◦ blue 190

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

Shades of Cerulean #0580BE

Tints of Cerulean #0580BE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 39.63%

 BLUE value IS 190 (74.61% from 255) = 58.82%

R = 1.55%
G = 39.63%
B = 58.82%

CMYK

 C value IS 0.97

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0580BE (or 0x0580BE) is known color: Cerulean. HEX triplet: 05, 80 and BE. RGB value is (5,128,190). Sum of RGB (Red+Green+Blue) = 5+128+190=323 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.55% from 323); Green value is 128 (50.39% from 255 or 39.63% from 323); Blue value is 190 (74.61% from 255 or 58.82% from 323); Max value from RGB is 190 - color contains mainly: blue. Hex color #0580BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0580BE is #FA7F41. Grayscale: #616161. Windows color (decimal): -16416578 or 12484613. OLE color: 12484613.

HSL color Cylindrical-coordinate representation of color #0580BE: hue angle of 200.11º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0580BE is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 5 128 190 -
CMYK 0.97 0.33 0 0.25
HSL 200.11º 0.95% 0.38% -
HSV(B) 200.11º 0.97% 0.75% -
XYZ 17.08 19.19 51.52 -
YUV 98.29 179.75 61.46 -
System Red Green Blue C M Y K H S L
Decimal 5 128 190 0.97 0.33 0 0.25 200.11 0.95 0.38
Hex 5 80 BE 61 21 0 19 C8 5F 26
Octal 5 200 276 141 41 0 31 310 137 46
Binary 101 10000000 10111110 1100001 100001 0 11001 11001000 1011111 100110

Color Harmonies of #0580BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0580BE

Black with #0580BE

Text Example


Text Example

White with #0580BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0580BE; }

 p { color: rgb(5,128,190); }

 H1.HeaderClassName
 {
   color: #0580BE;
 }
 .AnyTagClassName
 {
   color: #0580BE;
 }
</style>

background-color css

<style>
 a { background-color: #0580BE; }

 a { background-color: rgb(5,128,190); }

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

border-color css

<style>
 span { border-color: #0580BE; }

 span { border-color: rgb(5,128,190); }

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