#0041BF

Color #0041BF Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #0041BF

Tints of Cobalt #0041BF

Color information

#0041BF (or 0x0041BF) is unknown color: approx Cobalt. HEX triplet: 00, 41 and BF. RGB value is (0,65,191). Sum of RGB (Red+Green+Blue) = 0+65+191=256 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 191 (75% from 255 or 74.61% from 256); Max value from RGB is 191 - color contains mainly: blue. Hex color #0041BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0041BF is #FFBE40. Grayscale: #3B3B3B. Windows color (decimal): -16760385 or 12534016. OLE color: 12534016.

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

Color convert

RGB065191-
CMYK10.6600.25
HSL219.58º100%37.45%-
HSV(B)219.58º100%74.9%-
XYZ11.297.5450.15-
YUV59.93201.9785.25-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 65 (25.78% from 255) = 25.39%
BLUE value IS 191 (75% from 255) = 74.61%
R=0%
G=25.39%
B=74.61%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal06519110.6600.25219.5810037.45
Hex041BF6442019dc6425
Octal010127714410203133414445
Binary010000011011111111001001000010011001110111001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0041BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0041BF;
 }
 .AnyTagClassName
 {
   color: #0041BF;
 }
</style>
background-color css

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

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

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

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

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

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