#0544A4

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

Shades of Cobalt #0544A4

Tints of Cobalt #0544A4

Color information

#0544A4 (or 0x0544A4) is unknown color: approx Cobalt. HEX triplet: 05, 44 and A4. RGB value is (5,68,164). Sum of RGB (Red+Green+Blue) = 5+68+164=237 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.11% from 237); Green value is 68 (26.95% from 255 or 28.69% from 237); Blue value is 164 (64.45% from 255 or 69.20% from 237); Max value from RGB is 164 - color contains mainly: blue. Hex color #0544A4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0544A4 is #FABB5B. Grayscale: #3B3B3B. Windows color (decimal): -16431964 or 10765317. OLE color: 10765317.

HSL color Cylindrical-coordinate representation of color #0544A4: hue angle of 216.23º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0544A4 is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB568164-
CMYK0.970.5900.36
HSL216.23º94.08%33.14%-
HSV(B)216.23º96.95%64.31%-
XYZ8.836.8535.98-
YUV60.11186.6388.69-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.11%
GREEN value IS 68 (26.95% from 255) = 28.69%
BLUE value IS 164 (64.45% from 255) = 69.20%
R=2.11%
G=28.69%
B=69.20%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal5681640.970.5900.36216.2394.0833.14
Hex544A4613B024d85e21
Octal51042441417304433013641
Binary10110001001010010011000011110110100100110110001011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0544A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0544A4; }

 p { color: rgb(5,68,164); }

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

<style>
 a { background-color: #0544A4; }

 a { background-color: rgb(5,68,164); }

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

<style>
 span { border-color: #0544A4; }

 span { border-color: rgb(5,68,164); }

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