Html Css Color HEX #0040BD Cobalt

📋 copy color: '#0040BD'

red 0 ◦ green 64 ◦ blue 189

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

Shades of Cobalt #0040BD

Tints of Cobalt #0040BD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.3%

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

R = 0%
G = 25.3%
B = 74.7%

CMYK

 C value IS 1

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0040BD (or 0x0040BD) is known color: Cobalt. HEX triplet: 00, 40 and BD. RGB value is (0,64,189). Sum of RGB (Red+Green+Blue) = 0+64+189=253 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 253); Green value is 64 (25.39% from 255 or 25.30% from 253); Blue value is 189 (74.22% from 255 or 74.70% from 253); Max value from RGB is 189 - color contains mainly: blue. Hex color #0040BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0040BD is #FFBF42. Grayscale: #3A3A3A. Windows color (decimal): -16760643 or 12402688. OLE color: 12402688.

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

Color convert

RGB 0 64 189 -
CMYK 1 0.66 0 0.26
HSL 219.68º 1% 0.37% -
HSV(B) 219.68º 1% 0.74% -
XYZ 11.02 7.34 48.98 -
YUV 59.11 201.3 85.84 -
System Red Green Blue C M Y K H S L
Decimal 0 64 189 1 0.66 0 0.26 219.68 1 0.37
Hex 0 40 BD 64 42 0 1A DC 64 25
Octal 0 100 275 144 102 0 32 334 144 45
Binary 0 1000000 10111101 1100100 1000010 0 11010 11011100 1100100 100101

Color Harmonies of #0040BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0040BD

Black with #0040BD

Text Example


Text Example

White with #0040BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,64,189); }

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

background-color css

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

 a { background-color: rgb(0,64,189); }

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

border-color css

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

 span { border-color: rgb(0,64,189); }

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