Html Css Color HEX #0743AE Cobalt

📋 copy color: '#0743AE'

red 7 ◦ green 67 ◦ blue 174

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

Shades of Cobalt #0743AE

Tints of Cobalt #0743AE

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.02%

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

R = 2.82%
G = 27.02%
B = 70.16%

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

#0743AE (or 0x0743AE) is known color: Cobalt. HEX triplet: 07, 43 and AE. RGB value is (7,67,174). Sum of RGB (Red+Green+Blue) = 7+67+174=248 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.82% from 248); Green value is 67 (26.56% from 255 or 27.02% from 248); Blue value is 174 (68.36% from 255 or 70.16% from 248); Max value from RGB is 174 - color contains mainly: blue. Hex color #0743AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0743AE is #F8BC51. Grayscale: #3C3C3C. Windows color (decimal): -16301138 or 11420423. OLE color: 11420423.

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

Color convert

RGB 7 67 174 -
CMYK 0.96 0.61 0 0.32
HSL 218.44º 0.92% 0.35% -
HSV(B) 218.44º 0.96% 0.68% -
XYZ 9.73 7.12 40.9 -
YUV 61.26 191.62 89.3 -
System Red Green Blue C M Y K H S L
Decimal 7 67 174 0.96 0.61 0 0.32 218.44 0.92 0.35
Hex 7 43 AE 60 3D 0 20 DA 5C 23
Octal 7 103 256 140 75 0 40 332 134 43
Binary 111 1000011 10101110 1100000 111101 0 100000 11011010 1011100 100011

Color Harmonies of #0743AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0743AE

Black with #0743AE

Text Example


Text Example

White with #0743AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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