#0351BC

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

Shades of Cobalt #0351BC

Tints of Cobalt #0351BC

Color information

#0351BC (or 0x0351BC) is unknown color: approx Cobalt. HEX triplet: 03, 51 and BC. RGB value is (3,81,188). Sum of RGB (Red+Green+Blue) = 3+81+188=272 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.10% from 272); Green value is 81 (32.03% from 255 or 29.78% from 272); Blue value is 188 (73.83% from 255 or 69.12% from 272); Max value from RGB is 188 - color contains mainly: blue. Hex color #0351BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0351BC is #FCAE43. Grayscale: #454545. Windows color (decimal): -16559684 or 12341507. OLE color: 12341507.

HSL color Cylindrical-coordinate representation of color #0351BC: hue angle of 214.7º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0351BC is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB381188-
CMYK0.980.5700.26
HSL214.7º96.86%37.45%-
HSV(B)214.7º98.4%73.73%-
XYZ12.069.5448.78-
YUV69.88194.6680.3-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.10%
GREEN value IS 81 (32.03% from 255) = 29.78%
BLUE value IS 188 (73.83% from 255) = 69.12%
R=1.10%
G=29.78%
B=69.12%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal3811880.980.5700.26214.796.8637.45
Hex351BC623901Ad76125
Octal31212741427103232714145
Binary111010001101111001100010111001011010110101111100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0351BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0351BC; }

 p { color: rgb(3,81,188); }

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

<style>
 a { background-color: #0351BC; }

 a { background-color: rgb(3,81,188); }

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

<style>
 span { border-color: #0351BC; }

 span { border-color: rgb(3,81,188); }

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