Html Css Color HEX #0441BF Cobalt

📋 copy color: '#0441BF'

red 4 ◦ green 65 ◦ blue 191

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

Shades of Cobalt #0441BF

Tints of Cobalt #0441BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 73.46%

R = 1.54%
G = 25%
B = 73.46%

CMYK

 C value IS 0.98

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0441BF (or 0x0441BF) is known color: Cobalt. HEX triplet: 04, 41 and BF. RGB value is (4,65,191). Sum of RGB (Red+Green+Blue) = 4+65+191=260 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 191 (75% from 255 or 73.46% from 260); Max value from RGB is 191 - color contains mainly: blue. Hex color #0441BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0441BF is #FBBE40. Grayscale: #3C3C3C. Windows color (decimal): -16498241 or 12534020. OLE color: 12534020.

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

Color convert

RGB 4 65 191 -
CMYK 0.98 0.66 0 0.25
HSL 220.43º 0.96% 0.38% -
HSV(B) 220.43º 0.98% 0.75% -
XYZ 11.34 7.57 50.15 -
YUV 61.13 201.29 87.25 -
System Red Green Blue C M Y K H S L
Decimal 4 65 191 0.98 0.66 0 0.25 220.43 0.96 0.38
Hex 4 41 BF 62 42 0 19 DC 60 26
Octal 4 101 277 142 102 0 31 334 140 46
Binary 100 1000001 10111111 1100010 1000010 0 11001 11011100 1100000 100110

Color Harmonies of #0441BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0441BF

Black with #0441BF

Text Example


Text Example

White with #0441BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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