Html Css Color HEX #0746BF Cobalt

📋 copy color: '#0746BF'

red 7 ◦ green 70 ◦ blue 191

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

Shades of Cobalt #0746BF

Tints of Cobalt #0746BF

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.12%

 BLUE value IS 191 (75% from 255) = 71.27%

R = 2.61%
G = 26.12%
B = 71.27%

CMYK

 C value IS 0.96

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0746BF (or 0x0746BF) is known color: Cobalt. HEX triplet: 07, 46 and BF. RGB value is (7,70,191). Sum of RGB (Red+Green+Blue) = 7+70+191=268 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.61% from 268); Green value is 70 (27.73% from 255 or 26.12% from 268); Blue value is 191 (75% from 255 or 71.27% from 268); Max value from RGB is 191 - color contains mainly: blue. Hex color #0746BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0746BF is #F8B940. Grayscale: #404040. Windows color (decimal): -16300353 or 12535303. OLE color: 12535303.

HSL color Cylindrical-coordinate representation of color #0746BF: hue angle of 219.46º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0746BF is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 7 70 191 -
CMYK 0.96 0.63 0 0.25
HSL 219.46º 0.93% 0.39% -
HSV(B) 219.46º 0.96% 0.75% -
XYZ 11.68 8.19 50.25 -
YUV 64.96 199.13 86.66 -
System Red Green Blue C M Y K H S L
Decimal 7 70 191 0.96 0.63 0 0.25 219.46 0.93 0.39
Hex 7 46 BF 60 3F 0 19 DB 5D 27
Octal 7 106 277 140 77 0 31 333 135 47
Binary 111 1000110 10111111 1100000 111111 0 11001 11011011 1011101 100111

Color Harmonies of #0746BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0746BF

Black with #0746BF

Text Example


Text Example

White with #0746BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0746BF; }

 p { color: rgb(7,70,191); }

 H1.HeaderClassName
 {
   color: #0746BF;
 }
 .AnyTagClassName
 {
   color: #0746BF;
 }
</style>

background-color css

<style>
 a { background-color: #0746BF; }

 a { background-color: rgb(7,70,191); }

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

border-color css

<style>
 span { border-color: #0746BF; }

 span { border-color: rgb(7,70,191); }

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