#003CBD

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

Shades of Cobalt #003CBD

Tints of Cobalt #003CBD

Color information

#003CBD (or 0x003CBD) is unknown color: approx Cobalt. HEX triplet: 00, 3C and BD. RGB value is (0,60,189). Sum of RGB (Red+Green+Blue) = 0+60+189=249 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 249); Green value is 60 (23.83% from 255 or 24.10% from 249); Blue value is 189 (74.22% from 255 or 75.90% from 249); Max value from RGB is 189 - color contains mainly: blue. Hex color #003CBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003CBD is #FFC342. Grayscale: #383838. Windows color (decimal): -16761667 or 12401664. OLE color: 12401664.

HSL color Cylindrical-coordinate representation of color #003CBD: hue angle of 220.95º 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 #003CBD is Cyan = 1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB060189-
CMYK10.6800.26
HSL220.95º100%37.06%-
HSV(B)220.95º100%74.12%-
XYZ10.86.9148.91-
YUV56.77202.6287.51-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 60 (23.83% from 255) = 24.10%
BLUE value IS 189 (74.22% from 255) = 75.90%
R=0%
G=24.10%
B=75.90%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal06018910.6800.26220.9510037.06
Hex03CBD644401Add6425
Octal07427514410403233514445
Binary01111001011110111001001000100011010110111011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003CBD; }

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

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

<style>
 a { background-color: #003CBD; }

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

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

<style>
 span { border-color: #003CBD; }

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

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