Html Css Color HEX #0751BB Cobalt

📋 copy color: '#0751BB'

red 7 ◦ green 81 ◦ blue 187

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

Shades of Cobalt #0751BB

Tints of Cobalt #0751BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 68%

R = 2.55%
G = 29.45%
B = 68%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0751BB (or 0x0751BB) is known color: Cobalt. HEX triplet: 07, 51 and BB. RGB value is (7,81,187). Sum of RGB (Red+Green+Blue) = 7+81+187=275 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.55% from 275); Green value is 81 (32.03% from 255 or 29.45% from 275); Blue value is 187 (73.44% from 255 or 68% from 275); Max value from RGB is 187 - color contains mainly: blue. Hex color #0751BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0751BB is #F8AE44. Grayscale: #464646. Windows color (decimal): -16297541 or 12275975. OLE color: 12275975.

HSL color Cylindrical-coordinate representation of color #0751BB: hue angle of 215.33º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0751BB is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 7 81 187 -
CMYK 0.96 0.57 0 0.27
HSL 215.33º 0.93% 0.38% -
HSV(B) 215.33º 0.96% 0.73% -
XYZ 12 9.52 48.22 -
YUV 70.96 193.48 82.38 -
System Red Green Blue C M Y K H S L
Decimal 7 81 187 0.96 0.57 0 0.27 215.33 0.93 0.38
Hex 7 51 BB 60 39 0 1B D7 5D 26
Octal 7 121 273 140 71 0 33 327 135 46
Binary 111 1010001 10111011 1100000 111001 0 11011 11010111 1011101 100110

Color Harmonies of #0751BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0751BB

Black with #0751BB

Text Example


Text Example

White with #0751BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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