Html Css Color HEX #0744AD Cobalt

📋 copy color: '#0744AD'

red 7 ◦ green 68 ◦ blue 173

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

Shades of Cobalt #0744AD

Tints of Cobalt #0744AD

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.42%

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

R = 2.82%
G = 27.42%
B = 69.76%

CMYK

 C value IS 0.96

 M value IS 0.61

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0744AD (or 0x0744AD) is known color: Cobalt. HEX triplet: 07, 44 and AD. RGB value is (7,68,173). Sum of RGB (Red+Green+Blue) = 7+68+173=248 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.82% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 173 (67.97% from 255 or 69.76% from 248); Max value from RGB is 173 - color contains mainly: blue. Hex color #0744AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0744AD is #F8BB52. Grayscale: #3D3D3D. Windows color (decimal): -16300883 or 11355143. OLE color: 11355143.

HSL color Cylindrical-coordinate representation of color #0744AD: hue angle of 217.95º 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 #0744AD is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 7 68 173 -
CMYK 0.96 0.61 0 0.32
HSL 217.95º 0.92% 0.35% -
HSV(B) 217.95º 0.96% 0.68% -
XYZ 9.7 7.2 40.41 -
YUV 61.73 190.79 88.96 -
System Red Green Blue C M Y K H S L
Decimal 7 68 173 0.96 0.61 0 0.32 217.95 0.92 0.35
Hex 7 44 AD 60 3D 0 20 DA 5C 23
Octal 7 104 255 140 75 0 40 332 134 43
Binary 111 1000100 10101101 1100000 111101 0 100000 11011010 1011100 100011

Color Harmonies of #0744AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0744AD

Black with #0744AD

Text Example


Text Example

White with #0744AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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