#003CBB

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

Shades of Cobalt #003CBB

Tints of Cobalt #003CBB

Color information

#003CBB (or 0x003CBB) is unknown color: approx Cobalt. HEX triplet: 00, 3C and BB. RGB value is (0,60,187). Sum of RGB (Red+Green+Blue) = 0+60+187=247 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 247); Green value is 60 (23.83% from 255 or 24.29% from 247); Blue value is 187 (73.44% from 255 or 75.71% from 247); Max value from RGB is 187 - color contains mainly: blue. Hex color #003CBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003CBB is #FFC344. Grayscale: #373737. Windows color (decimal): -16761669 or 12270592. OLE color: 12270592.

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

Color convert

RGB060187-
CMYK10.6800.27
HSL220.75º100%36.67%-
HSV(B)220.75º100%73.33%-
XYZ10.596.8247.77-
YUV56.54201.6287.67-

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.29%
BLUE value IS 187 (73.44% from 255) = 75.71%
R=0%
G=24.29%
B=75.71%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal06018710.6800.27220.7510036.67
Hex03CBB644401Bdd6425
Octal07427314410403333514445
Binary01111001011101111001001000100011011110111011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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