#003BC4

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

Shades of Cobalt #003BC4

Tints of Cobalt #003BC4

Color information

#003BC4 (or 0x003BC4) is unknown color: approx Cobalt. HEX triplet: 00, 3B and C4. RGB value is (0,59,196). Sum of RGB (Red+Green+Blue) = 0+59+196=255 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 255); Green value is 59 (23.44% from 255 or 23.14% from 255); Blue value is 196 (76.95% from 255 or 76.86% from 255); Max value from RGB is 196 - color contains mainly: blue. Hex color #003BC4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003BC4 is #FFC43B. Grayscale: #383838. Windows color (decimal): -16761916 or 12860160. OLE color: 12860160.

HSL color Cylindrical-coordinate representation of color #003BC4: hue angle of 221.94º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003BC4 is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB059196-
CMYK10.7000.23
HSL221.94º100%38.43%-
HSV(B)221.94º100%76.86%-
XYZ11.537.1152.99-
YUV56.98206.4587.36-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 59 (23.44% from 255) = 23.14%
BLUE value IS 196 (76.95% from 255) = 76.86%
R=0%
G=23.14%
B=76.86%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal05919610.7000.23221.9410038.43
Hex03BC46446017de6426
Octal07330414410602733614446
Binary01110111100010011001001000110010111110111101100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003BC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,59,196); }

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

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

 a { background-color: rgb(0,59,196); }

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

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

 span { border-color: rgb(0,59,196); }

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