#0243A1

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

Shades of Cobalt #0243A1

Tints of Cobalt #0243A1

Color information

#0243A1 (or 0x0243A1) is unknown color: approx Cobalt. HEX triplet: 02, 43 and A1. RGB value is (2,67,161). Sum of RGB (Red+Green+Blue) = 2+67+161=230 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 230); Green value is 67 (26.56% from 255 or 29.13% from 230); Blue value is 161 (63.28% from 255 or 70% from 230); Max value from RGB is 161 - color contains mainly: blue. Hex color #0243A1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0243A1 is #FDBC5E. Grayscale: #393939. Windows color (decimal): -16628831 or 10568450. OLE color: 10568450.

HSL color Cylindrical-coordinate representation of color #0243A1: hue angle of 215.47º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0243A1 is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB267161-
CMYK0.990.5800.37
HSL215.47º97.55%31.96%-
HSV(B)215.47º98.76%63.14%-
XYZ8.476.634.55-
YUV58.28185.9787.86-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.87%
GREEN value IS 67 (26.56% from 255) = 29.13%
BLUE value IS 161 (63.28% from 255) = 70%
R=0.87%
G=29.13%
B=70%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal2671610.990.5800.37215.4797.5531.96
Hex243A1633A025d76220
Octal21032411437204532714240
Binary1010000111010000111000111110100100101110101111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0243A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0243A1; }

 p { color: rgb(2,67,161); }

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

<style>
 a { background-color: #0243A1; }

 a { background-color: rgb(2,67,161); }

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

<style>
 span { border-color: #0243A1; }

 span { border-color: rgb(2,67,161); }

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