Html Css Color HEX #0041BB Cobalt

📋 copy color: '#0041BB'

red 0 ◦ green 65 ◦ blue 187

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

Shades of Cobalt #0041BB

Tints of Cobalt #0041BB

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 187 (73.44% from 255) = 74.21%

R = 0%
G = 25.79%
B = 74.21%

CMYK

 C value IS 1

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0041BB (or 0x0041BB) is known color: Cobalt. HEX triplet: 00, 41 and BB. RGB value is (0,65,187). Sum of RGB (Red+Green+Blue) = 0+65+187=252 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 252); Green value is 65 (25.78% from 255 or 25.79% from 252); Blue value is 187 (73.44% from 255 or 74.21% from 252); Max value from RGB is 187 - color contains mainly: blue. Hex color #0041BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0041BB is #FFBE44. Grayscale: #3A3A3A. Windows color (decimal): -16760389 or 12271872. OLE color: 12271872.

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

Color convert

RGB 0 65 187 -
CMYK 1 0.65 0 0.27
HSL 219.14º 1% 0.37% -
HSV(B) 219.14º 1% 0.73% -
XYZ 10.86 7.37 47.86 -
YUV 59.47 199.97 85.58 -
System Red Green Blue C M Y K H S L
Decimal 0 65 187 1 0.65 0 0.27 219.14 1 0.37
Hex 0 41 BB 64 41 0 1B DB 64 25
Octal 0 101 273 144 101 0 33 333 144 45
Binary 0 1000001 10111011 1100100 1000001 0 11011 11011011 1100100 100101

Color Harmonies of #0041BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0041BB

Black with #0041BB

Text Example


Text Example

White with #0041BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0041BB;
 }
 .AnyTagClassName
 {
   color: #0041BB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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