#0057b1

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

Shades of Cobalt #0057B1

Tints of Cobalt #0057B1

Color information

#0057B1 (or 0x0057B1) is unknown color: approx Cobalt. HEX triplet: 00, 57 and B1. RGB value is (0,87,177). Sum of RGB (Red+Green+Blue) = 0+87+177=264 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 264); Green value is 87 (34.38% from 255 or 32.95% from 264); Blue value is 177 (69.53% from 255 or 67.05% from 264); Max value from RGB is 177 - color contains mainly: blue. Hex color #0057B1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0057B1 is #FFA84E. Grayscale: #464646. Windows color (decimal): -16754767 or 11622144. OLE color: 11622144.

HSL color Cylindrical-coordinate representation of color #0057B1: hue angle of 210.51º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0057B1 is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB087177-
CMYK10.5100.31
HSL210.51º100%34.71%-
HSV(B)210.51º100%69.41%-
XYZ11.349.9942.93-
YUV71.25187.6877.18-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 87 (34.38% from 255) = 32.95%
BLUE value IS 177 (69.53% from 255) = 67.05%
R=0%
G=32.95%
B=67.05%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal08717710.5100.31210.5110034.71
Hex057B1643301Fd36423
Octal01272611446303732314443
Binary01010111101100011100100110011011111110100111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0057b1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0057b1; }

 p { color: rgb(0,87,177); }

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

<style>
 a { background-color: #0057b1; }

 a { background-color: rgb(0,87,177); }

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

<style>
 span { border-color: #0057b1; }

 span { border-color: rgb(0,87,177); }

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