Html Css Color HEX #0746AD Cobalt

📋 copy color: '#0746AD'

red 7 ◦ green 70 ◦ blue 173

#0746AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cobalt #0746AD

Tints of Cobalt #0746AD

RGB

 RED value IS 7 (3.13% from 255) = 2.8%

 GREEN value IS 70 (27.73% from 255) = 28%

 BLUE value IS 173 (67.97% from 255) = 69.2%

R = 2.8%
G = 28%
B = 69.2%

CMYK

 C value IS 0.96

 M value IS 0.60

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0746AD (or 0x0746AD) is known color: Cobalt. HEX triplet: 07, 46 and AD. RGB value is (7,70,173). Sum of RGB (Red+Green+Blue) = 7+70+173=250 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.8% from 250); Green value is 70 (27.73% from 255 or 28% from 250); Blue value is 173 (67.97% from 255 or 69.2% from 250); Max value from RGB is 173 - color contains mainly: blue. Hex color #0746AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0746AD is #F8B952. Grayscale: #3E3E3E. Windows color (decimal): -16300371 or 11355655. OLE color: 11355655.

HSL color Cylindrical-coordinate representation of color #0746AD: hue angle of 217.23º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0746AD is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 7 70 173 -
CMYK 0.96 0.60 0 0.32
HSL 217.23º 0.92% 0.35% -
HSV(B) 217.23º 0.96% 0.68% -
XYZ 9.82 7.44 40.45 -
YUV 62.91 190.13 88.12 -
System Red Green Blue C M Y K H S L
Decimal 7 70 173 0.96 0.60 0 0.32 217.23 0.92 0.35
Hex 7 46 AD 60 3C 0 20 D9 5C 23
Octal 7 106 255 140 74 0 40 331 134 43
Binary 111 1000110 10101101 1100000 111100 0 100000 11011001 1011100 100011

Color Harmonies of #0746AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0746AD

Black with #0746AD

Text Example


Text Example

White with #0746AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0746AD; }

 p { color: rgb(7,70,173); }

 H1.HeaderClassName
 {
   color: #0746AD;
 }
 .AnyTagClassName
 {
   color: #0746AD;
 }
</style>

background-color css

<style>
 a { background-color: #0746AD; }

 a { background-color: rgb(7,70,173); }

 div.DivClassName
 {
   background-color: #0746AD;
 }
 .BgClassName
 {
   background-color: #0746AD;
 }
</style>

border-color css

<style>
 span { border-color: #0746AD; }

 span { border-color: rgb(7,70,173); }

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