Html Css Color HEX #0746BC Cobalt

📋 copy color: '#0746BC'

red 7 ◦ green 70 ◦ blue 188

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

Shades of Cobalt #0746BC

Tints of Cobalt #0746BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 70.94%

R = 2.64%
G = 26.42%
B = 70.94%

CMYK

 C value IS 0.96

 M value IS 0.63

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0746BC (or 0x0746BC) is known color: Cobalt. HEX triplet: 07, 46 and BC. RGB value is (7,70,188). Sum of RGB (Red+Green+Blue) = 7+70+188=265 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.64% from 265); Green value is 70 (27.73% from 255 or 26.42% from 265); Blue value is 188 (73.83% from 255 or 70.94% from 265); Max value from RGB is 188 - color contains mainly: blue. Hex color #0746BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0746BC is #F8B943. Grayscale: #404040. Windows color (decimal): -16300356 or 12338695. OLE color: 12338695.

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

Color convert

RGB 7 70 188 -
CMYK 0.96 0.63 0 0.26
HSL 219.12º 0.93% 0.38% -
HSV(B) 219.12º 0.96% 0.74% -
XYZ 11.35 8.06 48.53 -
YUV 64.62 197.63 86.91 -
System Red Green Blue C M Y K H S L
Decimal 7 70 188 0.96 0.63 0 0.26 219.12 0.93 0.38
Hex 7 46 BC 60 3F 0 1A DB 5D 26
Octal 7 106 274 140 77 0 32 333 135 46
Binary 111 1000110 10111100 1100000 111111 0 11010 11011011 1011101 100110

Color Harmonies of #0746BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0746BC

Black with #0746BC

Text Example


Text Example

White with #0746BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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