Html Css Color HEX #0752AF Cobalt

📋 copy color: '#0752AF'

red 7 ◦ green 82 ◦ blue 175

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

Shades of Cobalt #0752AF

Tints of Cobalt #0752AF

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.06%

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

R = 2.65%
G = 31.06%
B = 66.29%

CMYK

 C value IS 0.96

 M value IS 0.53

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0752AF (or 0x0752AF) is known color: Cobalt. HEX triplet: 07, 52 and AF. RGB value is (7,82,175). Sum of RGB (Red+Green+Blue) = 7+82+175=264 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.65% from 264); Green value is 82 (32.42% from 255 or 31.06% from 264); Blue value is 175 (68.75% from 255 or 66.29% from 264); Max value from RGB is 175 - color contains mainly: blue. Hex color #0752AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0752AF is #F8AD50. Grayscale: #454545. Windows color (decimal): -16297297 or 11489799. OLE color: 11489799.

HSL color Cylindrical-coordinate representation of color #0752AF: hue angle of 213.21º 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 #0752AF is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 7 82 175 -
CMYK 0.96 0.53 0 0.31
HSL 213.21º 0.92% 0.36% -
HSV(B) 213.21º 0.96% 0.69% -
XYZ 10.84 9.17 41.76 -
YUV 70.18 187.15 82.94 -
System Red Green Blue C M Y K H S L
Decimal 7 82 175 0.96 0.53 0 0.31 213.21 0.92 0.36
Hex 7 52 AF 60 35 0 1F D5 5C 24
Octal 7 122 257 140 65 0 37 325 134 44
Binary 111 1010010 10101111 1100000 110101 0 11111 11010101 1011100 100100

Color Harmonies of #0752AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0752AF

Black with #0752AF

Text Example


Text Example

White with #0752AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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