Html Css Color HEX #0750AF Cobalt

📋 copy color: '#0750AF'

red 7 ◦ green 80 ◦ blue 175

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

Shades of Cobalt #0750AF

Tints of Cobalt #0750AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 66.79%

R = 2.67%
G = 30.53%
B = 66.79%

CMYK

 C value IS 0.96

 M value IS 0.54

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0750AF (or 0x0750AF) is known color: Cobalt. HEX triplet: 07, 50 and AF. RGB value is (7,80,175). Sum of RGB (Red+Green+Blue) = 7+80+175=262 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.67% from 262); Green value is 80 (31.64% from 255 or 30.53% from 262); Blue value is 175 (68.75% from 255 or 66.79% from 262); Max value from RGB is 175 - color contains mainly: blue. Hex color #0750AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0750AF is #F8AF50. Grayscale: #444444. Windows color (decimal): -16297809 or 11489287. OLE color: 11489287.

HSL color Cylindrical-coordinate representation of color #0750AF: hue angle of 213.93º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0750AF is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 7 80 175 -
CMYK 0.96 0.54 0 0.31
HSL 213.93º 0.92% 0.36% -
HSV(B) 213.93º 0.96% 0.69% -
XYZ 10.69 8.88 41.71 -
YUV 69 187.82 83.78 -
System Red Green Blue C M Y K H S L
Decimal 7 80 175 0.96 0.54 0 0.31 213.93 0.92 0.36
Hex 7 50 AF 60 36 0 1F D6 5C 24
Octal 7 120 257 140 66 0 37 326 134 44
Binary 111 1010000 10101111 1100000 110110 0 11111 11010110 1011100 100100

Color Harmonies of #0750AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0750AF

Black with #0750AF

Text Example


Text Example

White with #0750AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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