Html Css Color HEX #0441BD Cobalt

📋 copy color: '#0441BD'

red 4 ◦ green 65 ◦ blue 189

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

Shades of Cobalt #0441BD

Tints of Cobalt #0441BD

RGB

 RED value IS 4 (1.95% from 255) = 1.55%

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

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

R = 1.55%
G = 25.19%
B = 73.26%

CMYK

 C value IS 0.98

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0441BD (or 0x0441BD) is known color: Cobalt. HEX triplet: 04, 41 and BD. RGB value is (4,65,189). Sum of RGB (Red+Green+Blue) = 4+65+189=258 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.55% from 258); Green value is 65 (25.78% from 255 or 25.19% from 258); Blue value is 189 (74.22% from 255 or 73.26% from 258); Max value from RGB is 189 - color contains mainly: blue. Hex color #0441BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0441BD is #FBBE42. Grayscale: #3C3C3C. Windows color (decimal): -16498243 or 12402948. OLE color: 12402948.

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

Color convert

RGB 4 65 189 -
CMYK 0.98 0.66 0 0.26
HSL 220.22º 0.96% 0.38% -
HSV(B) 220.22º 0.98% 0.74% -
XYZ 11.13 7.48 49 -
YUV 60.9 200.29 87.42 -
System Red Green Blue C M Y K H S L
Decimal 4 65 189 0.98 0.66 0 0.26 220.22 0.96 0.38
Hex 4 41 BD 62 42 0 1A DC 60 26
Octal 4 101 275 142 102 0 32 334 140 46
Binary 100 1000001 10111101 1100010 1000010 0 11010 11011100 1100000 100110

Color Harmonies of #0441BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0441BD

Black with #0441BD

Text Example


Text Example

White with #0441BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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