Html Css Color HEX #0744AE Cobalt

📋 copy color: '#0744AE'

red 7 ◦ green 68 ◦ blue 174

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

Shades of Cobalt #0744AE

Tints of Cobalt #0744AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 69.88%

R = 2.81%
G = 27.31%
B = 69.88%

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

#0744AE (or 0x0744AE) is known color: Cobalt. HEX triplet: 07, 44 and AE. RGB value is (7,68,174). Sum of RGB (Red+Green+Blue) = 7+68+174=249 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.81% from 249); Green value is 68 (26.95% from 255 or 27.31% from 249); Blue value is 174 (68.36% from 255 or 69.88% from 249); Max value from RGB is 174 - color contains mainly: blue. Hex color #0744AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0744AE is #F8BB51. Grayscale: #3D3D3D. Windows color (decimal): -16300882 or 11420679. OLE color: 11420679.

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

Color convert

RGB 7 68 174 -
CMYK 0.96 0.61 0 0.32
HSL 218.08º 0.92% 0.35% -
HSV(B) 218.08º 0.96% 0.68% -
XYZ 9.79 7.24 40.92 -
YUV 61.85 191.29 88.88 -
System Red Green Blue C M Y K H S L
Decimal 7 68 174 0.96 0.61 0 0.32 218.08 0.92 0.35
Hex 7 44 AE 60 3D 0 20 DA 5C 23
Octal 7 104 256 140 75 0 40 332 134 43
Binary 111 1000100 10101110 1100000 111101 0 100000 11011010 1011100 100011

Color Harmonies of #0744AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0744AE

Black with #0744AE

Text Example


Text Example

White with #0744AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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