#0242BA

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

Shades of Cobalt #0242BA

Tints of Cobalt #0242BA

Color information

#0242BA (or 0x0242BA) is unknown color: approx Cobalt. HEX triplet: 02, 42 and BA. RGB value is (2,66,186). Sum of RGB (Red+Green+Blue) = 2+66+186=254 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 186 (73.05% from 255 or 73.23% from 254); Max value from RGB is 186 - color contains mainly: blue. Hex color #0242BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0242BA is #FDBD45. Grayscale: #3C3C3C. Windows color (decimal): -16629062 or 12206594. OLE color: 12206594.

HSL color Cylindrical-coordinate representation of color #0242BA: hue angle of 219.13º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0242BA is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB266186-
CMYK0.990.6500.27
HSL219.13º97.87%36.86%-
HSV(B)219.13º98.92%72.94%-
XYZ10.847.4547.32-
YUV60.54198.886.24-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.79%
GREEN value IS 66 (26.17% from 255) = 25.98%
BLUE value IS 186 (73.05% from 255) = 73.23%
R=0.79%
G=25.98%
B=73.23%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal2661860.990.6500.27219.1397.8736.86
Hex242BA634101Bdb6225
Octal210227214310103333314245
Binary1010000101011101011000111000001011011110110111100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0242BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0242BA; }

 p { color: rgb(2,66,186); }

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

<style>
 a { background-color: #0242BA; }

 a { background-color: rgb(2,66,186); }

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

<style>
 span { border-color: #0242BA; }

 span { border-color: rgb(2,66,186); }

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