Html Css Color HEX #0751AC Cobalt

📋 copy color: '#0751AC'

red 7 ◦ green 81 ◦ blue 172

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

Shades of Cobalt #0751AC

Tints of Cobalt #0751AC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.15%

 BLUE value IS 172 (67.58% from 255) = 66.15%

R = 2.69%
G = 31.15%
B = 66.15%

CMYK

 C value IS 0.96

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0751AC (or 0x0751AC) is known color: Cobalt. HEX triplet: 07, 51 and AC. RGB value is (7,81,172). Sum of RGB (Red+Green+Blue) = 7+81+172=260 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.69% from 260); Green value is 81 (32.03% from 255 or 31.15% from 260); Blue value is 172 (67.58% from 255 or 66.15% from 260); Max value from RGB is 172 - color contains mainly: blue. Hex color #0751AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0751AC is #F8AE53. Grayscale: #444444. Windows color (decimal): -16297556 or 11292935. OLE color: 11292935.

HSL color Cylindrical-coordinate representation of color #0751AC: hue angle of 213.09º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0751AC is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 7 81 172 -
CMYK 0.96 0.53 0 0.33
HSL 213.09º 0.92% 0.35% -
HSV(B) 213.09º 0.96% 0.67% -
XYZ 10.48 8.91 40.2 -
YUV 69.25 185.98 83.6 -
System Red Green Blue C M Y K H S L
Decimal 7 81 172 0.96 0.53 0 0.33 213.09 0.92 0.35
Hex 7 51 AC 60 35 0 21 D5 5C 23
Octal 7 121 254 140 65 0 41 325 134 43
Binary 111 1010001 10101100 1100000 110101 0 100001 11010101 1011100 100011

Color Harmonies of #0751AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0751AC

Black with #0751AC

Text Example


Text Example

White with #0751AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0751AC; }

 p { color: rgb(7,81,172); }

 H1.HeaderClassName
 {
   color: #0751AC;
 }
 .AnyTagClassName
 {
   color: #0751AC;
 }
</style>

background-color css

<style>
 a { background-color: #0751AC; }

 a { background-color: rgb(7,81,172); }

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

border-color css

<style>
 span { border-color: #0751AC; }

 span { border-color: rgb(7,81,172); }

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