#003dba

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

Shades of Cobalt #003DBA

Tints of Cobalt #003DBA

Color information

#003DBA (or 0x003DBA) is unknown color: approx Cobalt. HEX triplet: 00, 3D and BA. RGB value is (0,61,186). Sum of RGB (Red+Green+Blue) = 0+61+186=247 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 247); Green value is 61 (24.22% from 255 or 24.70% from 247); Blue value is 186 (73.05% from 255 or 75.30% from 247); Max value from RGB is 186 - color contains mainly: blue. Hex color #003DBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003DBA is #FFC245. Grayscale: #383838. Windows color (decimal): -16761414 or 12205312. OLE color: 12205312.

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

Color convert

RGB061186-
CMYK10.6700.27
HSL220.32º100%36.47%-
HSV(B)220.32º100%72.94%-
XYZ10.536.8847.23-
YUV57.01200.7987.34-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 61 (24.22% from 255) = 24.70%
BLUE value IS 186 (73.05% from 255) = 75.30%
R=0%
G=24.70%
B=75.30%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal06118610.6700.27220.3210036.47
Hex03DBA644301Bdc6424
Octal07527214410303333414444
Binary01111011011101011001001000011011011110111001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003dba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,61,186); }

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

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

 a { background-color: rgb(0,61,186); }

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

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

 span { border-color: rgb(0,61,186); }

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