Html Css Color HEX #0541BD Cobalt

📋 copy color: '#0541BD'

red 5 ◦ green 65 ◦ blue 189

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

Shades of Cobalt #0541BD

Tints of Cobalt #0541BD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.1%

 BLUE value IS 189 (74.22% from 255) = 72.97%

R = 1.93%
G = 25.1%
B = 72.97%

CMYK

 C value IS 0.97

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0541BD (or 0x0541BD) is known color: Cobalt. HEX triplet: 05, 41 and BD. RGB value is (5,65,189). Sum of RGB (Red+Green+Blue) = 5+65+189=259 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.93% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 189 (74.22% from 255 or 72.97% from 259); Max value from RGB is 189 - color contains mainly: blue. Hex color #0541BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0541BD is #FABE42. Grayscale: #3C3C3C. Windows color (decimal): -16432707 or 12402949. OLE color: 12402949.

HSL color Cylindrical-coordinate representation of color #0541BD: hue angle of 220.43º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0541BD is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 5 65 189 -
CMYK 0.97 0.66 0 0.26
HSL 220.43º 0.95% 0.38% -
HSV(B) 220.43º 0.97% 0.74% -
XYZ 11.14 7.49 49 -
YUV 61.2 200.12 87.92 -
System Red Green Blue C M Y K H S L
Decimal 5 65 189 0.97 0.66 0 0.26 220.43 0.95 0.38
Hex 5 41 BD 61 42 0 1A DC 5F 26
Octal 5 101 275 141 102 0 32 334 137 46
Binary 101 1000001 10111101 1100001 1000010 0 11010 11011100 1011111 100110

Color Harmonies of #0541BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0541BD

Black with #0541BD

Text Example


Text Example

White with #0541BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0541BD; }

 p { color: rgb(5,65,189); }

 H1.HeaderClassName
 {
   color: #0541BD;
 }
 .AnyTagClassName
 {
   color: #0541BD;
 }
</style>

background-color css

<style>
 a { background-color: #0541BD; }

 a { background-color: rgb(5,65,189); }

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

border-color css

<style>
 span { border-color: #0541BD; }

 span { border-color: rgb(5,65,189); }

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