Html Css Color HEX #0750AE Cobalt

📋 copy color: '#0750AE'

red 7 ◦ green 80 ◦ blue 174

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

Shades of Cobalt #0750AE

Tints of Cobalt #0750AE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.65%

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

R = 2.68%
G = 30.65%
B = 66.67%

CMYK

 C value IS 0.96

 M value IS 0.54

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0750AE (or 0x0750AE) is known color: Cobalt. HEX triplet: 07, 50 and AE. RGB value is (7,80,174). Sum of RGB (Red+Green+Blue) = 7+80+174=261 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.68% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 174 (68.36% from 255 or 66.67% from 261); Max value from RGB is 174 - color contains mainly: blue. Hex color #0750AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0750AE is #F8AF51. Grayscale: #444444. Windows color (decimal): -16297810 or 11423751. OLE color: 11423751.

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

Color convert

RGB 7 80 174 -
CMYK 0.96 0.54 0 0.32
HSL 213.77º 0.92% 0.35% -
HSV(B) 213.77º 0.96% 0.68% -
XYZ 10.6 8.84 41.19 -
YUV 68.89 187.32 83.86 -
System Red Green Blue C M Y K H S L
Decimal 7 80 174 0.96 0.54 0 0.32 213.77 0.92 0.35
Hex 7 50 AE 60 36 0 20 D6 5C 23
Octal 7 120 256 140 66 0 40 326 134 43
Binary 111 1010000 10101110 1100000 110110 0 100000 11010110 1011100 100011

Color Harmonies of #0750AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0750AE

Black with #0750AE

Text Example


Text Example

White with #0750AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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