#0743A4

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

Shades of Cobalt #0743A4

Tints of Cobalt #0743A4

Color information

#0743A4 (or 0x0743A4) is unknown color: approx Cobalt. HEX triplet: 07, 43 and A4. RGB value is (7,67,164). Sum of RGB (Red+Green+Blue) = 7+67+164=238 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.94% from 238); Green value is 67 (26.56% from 255 or 28.15% from 238); Blue value is 164 (64.45% from 255 or 68.91% from 238); Max value from RGB is 164 - color contains mainly: blue. Hex color #0743A4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0743A4 is #F8BC5B. Grayscale: #3B3B3B. Windows color (decimal): -16301148 or 10765063. OLE color: 10765063.

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

Color convert

RGB767164-
CMYK0.960.5900.36
HSL217.07º91.81%33.53%-
HSV(B)217.07º95.73%64.31%-
XYZ8.86.7435.96-
YUV60.12186.6290.11-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.94%
GREEN value IS 67 (26.56% from 255) = 28.15%
BLUE value IS 164 (64.45% from 255) = 68.91%
R=2.94%
G=28.15%
B=68.91%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal7671640.960.5900.36217.0791.8133.53
Hex743A4603B024d95c22
Octal71032441407304433113442
Binary11110000111010010011000001110110100100110110011011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0743A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,67,164); }

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

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

 a { background-color: rgb(7,67,164); }

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

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

 span { border-color: rgb(7,67,164); }

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