Html Css Color HEX #0581BA Cerulean

📋 copy color: '#0581BA'

red 5 ◦ green 129 ◦ blue 186

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

Shades of Cerulean #0581BA

Tints of Cerulean #0581BA

RGB

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

 GREEN value IS 129 (50.78% from 255) = 40.31%

 BLUE value IS 186 (73.05% from 255) = 58.13%

R = 1.56%
G = 40.31%
B = 58.13%

CMYK

 C value IS 0.97

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0581BA (or 0x0581BA) is known color: Cerulean. HEX triplet: 05, 81 and BA. RGB value is (5,129,186). Sum of RGB (Red+Green+Blue) = 5+129+186=320 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.56% from 320); Green value is 129 (50.78% from 255 or 40.31% from 320); Blue value is 186 (73.05% from 255 or 58.12% from 320); Max value from RGB is 186 - color contains mainly: blue. Hex color #0581BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0581BA is #FA7E45. Grayscale: #626262. Windows color (decimal): -16416326 or 12222725. OLE color: 12222725.

HSL color Cylindrical-coordinate representation of color #0581BA: hue angle of 198.9º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0581BA is Cyan = 0.97, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 5 129 186 -
CMYK 0.97 0.31 0 0.27
HSL 198.9º 0.95% 0.37% -
HSV(B) 198.9º 0.97% 0.73% -
XYZ 16.78 19.28 49.29 -
YUV 98.42 177.42 61.37 -
System Red Green Blue C M Y K H S L
Decimal 5 129 186 0.97 0.31 0 0.27 198.9 0.95 0.37
Hex 5 81 BA 61 1F 0 1B C7 5F 25
Octal 5 201 272 141 37 0 33 307 137 45
Binary 101 10000001 10111010 1100001 11111 0 11011 11000111 1011111 100101

Color Harmonies of #0581BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0581BA

Black with #0581BA

Text Example


Text Example

White with #0581BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0581BA; }

 p { color: rgb(5,129,186); }

 H1.HeaderClassName
 {
   color: #0581BA;
 }
 .AnyTagClassName
 {
   color: #0581BA;
 }
</style>

background-color css

<style>
 a { background-color: #0581BA; }

 a { background-color: rgb(5,129,186); }

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

border-color css

<style>
 span { border-color: #0581BA; }

 span { border-color: rgb(5,129,186); }

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