#0242A3

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

Shades of Cobalt #0242A3

Tints of Cobalt #0242A3

Color information

#0242A3 (or 0x0242A3) is unknown color: approx Cobalt. HEX triplet: 02, 42 and A3. RGB value is (2,66,163). Sum of RGB (Red+Green+Blue) = 2+66+163=231 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 231); Green value is 66 (26.17% from 255 or 28.57% from 231); Blue value is 163 (64.06% from 255 or 70.56% from 231); Max value from RGB is 163 - color contains mainly: blue. Hex color #0242A3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0242A3 is #FDBD5C. Grayscale: #393939. Windows color (decimal): -16629085 or 10699266. OLE color: 10699266.

HSL color Cylindrical-coordinate representation of color #0242A3: hue angle of 216.15º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0242A3 is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB266163-
CMYK0.990.6000.36
HSL216.15º97.58%32.35%-
HSV(B)216.15º98.77%63.92%-
XYZ8.586.5535.46-
YUV57.92187.388.11-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.87%
GREEN value IS 66 (26.17% from 255) = 28.57%
BLUE value IS 163 (64.06% from 255) = 70.56%
R=0.87%
G=28.57%
B=70.56%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal2661630.990.6000.36216.1597.5832.35
Hex242A3633C024d86220
Octal21022431437404433014240
Binary1010000101010001111000111111000100100110110001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0242A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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