Html Css Color HEX #0740AA Cobalt

📋 copy color: '#0740AA'

red 7 ◦ green 64 ◦ blue 170

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

Shades of Cobalt #0740AA

Tints of Cobalt #0740AA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.56%

 BLUE value IS 170 (66.8% from 255) = 70.54%

R = 2.9%
G = 26.56%
B = 70.54%

CMYK

 C value IS 0.96

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0740AA (or 0x0740AA) is known color: Cobalt. HEX triplet: 07, 40 and AA. RGB value is (7,64,170). Sum of RGB (Red+Green+Blue) = 7+64+170=241 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.90% from 241); Green value is 64 (25.39% from 255 or 26.56% from 241); Blue value is 170 (66.80% from 255 or 70.54% from 241); Max value from RGB is 170 - color contains mainly: blue. Hex color #0740AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0740AA is #F8BF55. Grayscale: #3A3A3A. Windows color (decimal): -16301910 or 11157511. OLE color: 11157511.

HSL color Cylindrical-coordinate representation of color #0740AA: hue angle of 219.02º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0740AA is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 7 64 170 -
CMYK 0.96 0.62 0 0.33
HSL 219.02º 0.92% 0.35% -
HSV(B) 219.02º 0.96% 0.67% -
XYZ 9.18 6.61 38.82 -
YUV 59.04 190.62 90.88 -
System Red Green Blue C M Y K H S L
Decimal 7 64 170 0.96 0.62 0 0.33 219.02 0.92 0.35
Hex 7 40 AA 60 3E 0 21 DB 5C 23
Octal 7 100 252 140 76 0 41 333 134 43
Binary 111 1000000 10101010 1100000 111110 0 100001 11011011 1011100 100011

Color Harmonies of #0740AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0740AA

Black with #0740AA

Text Example


Text Example

White with #0740AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0740AA; }

 p { color: rgb(7,64,170); }

 H1.HeaderClassName
 {
   color: #0740AA;
 }
 .AnyTagClassName
 {
   color: #0740AA;
 }
</style>

background-color css

<style>
 a { background-color: #0740AA; }

 a { background-color: rgb(7,64,170); }

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

border-color css

<style>
 span { border-color: #0740AA; }

 span { border-color: rgb(7,64,170); }

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