#0247B1

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

Shades of Cobalt #0247B1

Tints of Cobalt #0247B1

Color information

#0247B1 (or 0x0247B1) is unknown color: approx Cobalt. HEX triplet: 02, 47 and B1. RGB value is (2,71,177). Sum of RGB (Red+Green+Blue) = 2+71+177=250 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.8% from 250); Green value is 71 (28.12% from 255 or 28.4% from 250); Blue value is 177 (69.53% from 255 or 70.8% from 250); Max value from RGB is 177 - color contains mainly: blue. Hex color #0247B1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0247B1 is #FDB84E. Grayscale: #3D3D3D. Windows color (decimal): -16627791 or 11618050. OLE color: 11618050.

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

Color convert

RGB271177-
CMYK0.990.6000.31
HSL216.34º97.77%35.1%-
HSV(B)216.34º98.87%69.41%-
XYZ10.217.6942.54-
YUV62.45192.6484.88-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.8%
GREEN value IS 71 (28.12% from 255) = 28.4%
BLUE value IS 177 (69.53% from 255) = 70.8%
R=0.8%
G=28.4%
B=70.8%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal2711770.990.6000.31216.3497.7735.1
Hex247B1633C01Fd86223
Octal21072611437403733014243
Binary101000111101100011100011111100011111110110001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0247B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0247B1; }

 p { color: rgb(2,71,177); }

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

<style>
 a { background-color: #0247B1; }

 a { background-color: rgb(2,71,177); }

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

<style>
 span { border-color: #0247B1; }

 span { border-color: rgb(2,71,177); }

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