Html Css Color HEX #0749AA Cobalt

📋 copy color: '#0749AA'

red 7 ◦ green 73 ◦ blue 170

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

Shades of Cobalt #0749AA

Tints of Cobalt #0749AA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.2%

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

R = 2.8%
G = 29.2%
B = 68%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0749AA (or 0x0749AA) is known color: Cobalt. HEX triplet: 07, 49 and AA. RGB value is (7,73,170). Sum of RGB (Red+Green+Blue) = 7+73+170=250 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.8% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 170 (66.80% from 255 or 68% from 250); Max value from RGB is 170 - color contains mainly: blue. Hex color #0749AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0749AA is #F8B655. Grayscale: #3F3F3F. Windows color (decimal): -16299606 or 11159815. OLE color: 11159815.

HSL color Cylindrical-coordinate representation of color #0749AA: hue angle of 215.71º 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 #0749AA is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 7 73 170 -
CMYK 0.96 0.57 0 0.33
HSL 215.71º 0.92% 0.35% -
HSV(B) 215.71º 0.96% 0.67% -
XYZ 9.73 7.71 39.01 -
YUV 64.32 187.63 87.11 -
System Red Green Blue C M Y K H S L
Decimal 7 73 170 0.96 0.57 0 0.33 215.71 0.92 0.35
Hex 7 49 AA 60 39 0 21 D8 5C 23
Octal 7 111 252 140 71 0 41 330 134 43
Binary 111 1001001 10101010 1100000 111001 0 100001 11011000 1011100 100011

Color Harmonies of #0749AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0749AA

Black with #0749AA

Text Example


Text Example

White with #0749AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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